Questions tagged [text-analytics-api]

Tag questions as text-analytics-api if you are asking about an issue that concerns Text Analytics API.

Overview of this API can be found here.

50 questions
0
votes
1 answer

Microsoft Azure Text Analytics Coginitive Service Encoding Issue

In order to use their text analytics, Azure requires a json file/document that looks like this: document = { "documents" :[ {"id": "1", "language": "en", "text": "I had a wonderful experience! The rooms were wonderful and the staff was…
0
votes
1 answer

Sentiment analysis using Text Analytics API and Postman

I have a dataset of 600000 Tweets and want to do Sentiment Analysis using Microsoft Azure Cognitive services. I have a key and endpoint and limitation of 5000 requests and 1000 records in each request. I have tested 4 different ways: 1- PowerBI:…
0
votes
1 answer

Sentiment Analysis Power BI

I am trying to run a sentiment analysis using Power BI and Microsoft cognitive text analysis. This is my code for the query. (Source as table) as any => let JsonRecords = Text.FromBinary(Json.FromValue(Source)), JsonRequest =…
0
votes
1 answer

Text/Synonym recommendation api

In LUIS, we have text/synonym recommendation in the entity/phrase list generation. Do anyone have idea on the api that is used for the synonym recommendation. We wanted to integrate the cognitive service api to get the synonym of the input text in…
0
votes
1 answer

Does MS use the data on Azure for internal machine learning?

My organization wants to use Microsoft Text Analytics API for sentiment analysis. But my employer concern is that MS will be using that data for the live training of their sentiment engine. Is this the case?
user6456658
0
votes
1 answer

Why does Microsoft Text analytics API return neutral sentiment for a sentence with strong negative connotation?

I am trying to build app to analyze sentiment of survey data using Microsoft Analytics API. One of the survey response has Strong negative connotation Personally, there is not a company in the world that needs this product but API returns a score…
Pankaj
  • 2,220
  • 1
  • 19
  • 31
0
votes
1 answer

Azure Text Analytics Sentiment Analysis

Can someone tell me what characterizes a positive or negative sentiment in Azure Text Analytics API? For example "he died today" Depending on the context the death can be good or bad ... what will determine the return to be positive or negative?
0
votes
1 answer

How can I add domain specific vocabulary to Text Analytics?

The Cognitive services Text Analytics API does not find domain specific keywords. Is there a way to provide a supplemental list of words that text analytics will use when analyzing text? For example in the sentence below the keywords…
Rick JN
  • 49
  • 5
0
votes
1 answer

Can Microsoft Cognitive Services analyze Microsoft Office documents?

I'd like to do a key phrase analysis of a Microsoft Word document. It looks like the API only takes JSON documents. Is there a route to use real life documents like Microsoft Office documents?
Tom Resing
  • 2,078
  • 1
  • 21
  • 28
0
votes
2 answers

Azure KeyPhrase API returning 400 at times

I'm getting mixed results with the Azure KeyPhrase API - sometimes successful (by that I mean 200 result) and others I'm getting 400 bad request. To test the service, I'm sending the contents from a Azure PDF on their NoSQL service. The…
0
votes
1 answer

Problems using Text Analytics

I'm using Sentiment Analysis by Azure, but since yesterday I'm receiving empty responses from the API, without any error code. I also cannot check my API usage on Azure Portal. Can you help me you figure it out?
0
votes
1 answer

Accuracy for Azure Text Analytics in Portuguese

I'm using Azure Text Analytics - Sentiment Analysis in Portuguese. But, since yesterday, all the sentences are classified between 50% to 60%, even negative ones! Is there a problem with the classifier?
0
votes
1 answer

How to install Textblob for Python without admin right?

I dont have admin rights so I downloaded Textblob and set the path for it in my prog , Now I am getting error "Looks like you are missing some required data for this feature. To download the necessary data, simply run python -m…
0
votes
0 answers

Pulling Noun/Verb pairs from the Tokenized return from Linguistic Analysis

I'm pretty sure someone has faced this basic issue in the past. You send a wall of text to the MS Cognitive Services Linguistic Analysis engine and it returns you a pile of tokens back with the text you sent in. (A tokenized version of your text).…
0
votes
1 answer

Why am I getting (400) Bad Request error when connecting to Text Analytics API?

I am new C# developer and I am trying to use Text Analytics API with Azure Machine Learning in my test ASP.NET application to define the sentiment and key phrases for the tweets I have in the database. I followed this useful article over here to be…
Tech Lover
  • 135
  • 1
  • 12