...
/Azure Text Analytics Cognitive API
Azure Text Analytics Cognitive API
Learn about the Text Analytics Cognitive API from Microsoft Azure.
The Text Analytics Cognitive API
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. In this course, we are going to use this service to identify sentiments and extract key phrases from a list of texts. Let us quickly discuss these four use-cases and then we will start with our project.
Sentiment analysis
With sentiment analysis we can find out what people ...