This article will cover the following.

Text Analytics API

The Text Analytics API is a tool that uses a few lines of code to easily analyze sentiment, extract key phrases, and detect language for any kind of text.

Sentiment analysis

Find out what users think about your products or services. You can score the overall sentiment of text.

Key phrase extraction

Automatically extract key phrases from text to quickly identify the main points.

Language detection

Determine what language a piece of text is written in-from 120 supported languages.

Prerequisites

Read the following article to create an Azure account and for some basic information about Azure to get started.

Implementation – Create a new Text Analytics API

Implementation – Access the Text Analytics API

Happy Learning!