What is Text Analytics?
Explore the core capabilities of Azure Text Analytics including sentiment analysis, key phrase extraction, language detection, and named entity recognition. Understand how to create and configure the Text Analytics resource on Azure to get started with processing natural language data.
Introduction
The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text and includes the following four main functions:
- Sentiment Analysis
- Key Phrase Extraction
- Named Entity Recognition
- Language Detection
This service is a part of one of the cognitive services from Microsoft Azure. Let us quickly discuss these four ...