Skip to content

Latest commit

 

History

History
page_type languages products name description
sample
csharp
azure-cognitive-services
azure-text-analytics
language-service
Azure Text Analytics samples for .NET
Samples for the Azure.AI.TextAnalytics client library

Azure Cognitive Services Text Analytics client library for .NET

Text Analytics is part of the Azure Cognitive Service for Language, a cloud-based service that provides Natural Language Processing (NLP) features for understanding and analyzing text. This client library offers the following features:

  • Language detection
  • Sentiment analysis
  • Key phrase extraction
  • Named entity recognition (NER)
  • Personally identifiable information (PII) entity recognition
  • Entity linking
  • Text analytics for health
  • Custom named entity recognition (Custom NER)
  • Custom text classification
  • Extractive text summarization
  • Abstractive text summarization

See the README of the Text Analytics client library for more information, including useful links and instructions.

Common scenarios samples

Advanced samples