...

/

Perform Sentiment and Key Phrase Extraction on Text

Perform Sentiment and Key Phrase Extraction on Text

Learn to use the text analytics service from Azure to identify the sentiment and extract key phrases from the text using Python.

Perform sentiment analysis on text

Let’s first see how we can perform sentiment analysis using the text analytics service from Azure. Before starting, you will need two things:

  • The subscription key for the service
  • The endpoint for your service

You can find these details on your Azure Portal by viewing the image below.

Explanation:

  • Once you are on your text analytics resource dashboard, click on the “Keys and Endpoint” button from the left navigation bar. There you can see the two keys (you can use any one of them to call your endpoint) and your endpoint.

Once you ...