Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
441 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am looking to analyses thousands of comments for similarity and I am planning to use Text Analytics v3 API. Does anyone know of a sample code (preferably in Python) that shows how to use the API for this purpose?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Microsoft Learn
Please see using the Python REST API to call the Text Analytics Cognitive Service(https://learn.microsoft.com/en-us/azure/cognitive-services/text-analytics/quickstarts/python).
Source: Azure Docs