383 questions with Azure AI Language tags

Sort by: Updated
2 answers

Which endpoint should I be using for Text analytics API connection?

I am following the QuickStart Python tutorial for using the Text Analytics API and it suggests saving your endpoint and key from the deployed resource i.e. 'Key 1' and 'endpoint' url. key = "<paste-your-text-analytics-key-here>" …

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
383 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,577 questions
asked 2020-07-31T11:10:47.043+00:00
Vinny 6 Reputation points
answered 2020-08-04T16:26:18.78+00:00
YutongTie-MSFT 48,001 Reputation points
1 answer

How to summarize sentiment for a long text with Text Analytics sentiment API?

With Azure Text Analytics sentiment API, we're able to label sentiment for a text piece. However, for a long piece of text that exceeds the 5120 limit, we have to split it into chunks. My question is after getting the sentiment labels for individual…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
383 questions
asked 2020-07-12T22:34:58.627+00:00
Yu Zhu 6 Reputation points
commented 2020-07-16T03:02:09.547+00:00
Ramr-msft 17,651 Reputation points
1 answer One of the answers was accepted by the question author.

Text Analytics API version 3 -- Similarity Analysis

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,…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
383 questions
asked 2020-05-14T03:08:10.52+00:00
Mike Ubezzi 2,776 Reputation points
accepted 2020-05-14T16:42:17.577+00:00
Mike Ubezzi 2,776 Reputation points