Text Analytics
Welcome to the Text Analytics Forum
Categories
API – Any ideas or feedback pertaining to features or enhancements to Text Analytics API.
Documentation – Any ideas or suggestions for the API Reference or Documentation.
Language Support – Submit a request to have a particular language supported.
Samples & SDK Request – Let us know if you would like to see a Code sample or SDK provided.
Attention!
We have moved our Customer Feedback & Ideas for Azure Cognitive Services portal to the Azure Feedback Forum.
-
Offer a plain Javascript REST API Quick Start guide
The existing Quick Start guide for Javascript has a dependency on Require which has a dependency on Node. Offer a plain Javascript guide using Javascript's built in fetch() method which has no dependencies. There is a working example (sans key) here: https://github.com/bofrank/text-analytics-js or the attached
1 vote -
Add support for word classification
I would like to have a single word classification or the entire sentence.
Example Input: "I have mastered the advanced technique"
Example Output:
"I" -> noun
"have" -> auxiliary verb, verb
"mastered" -> verb
"the" -> article
"advanced" -> adjective
"technique" -> noun1 vote -
Ability to call these API's from Analysis Services (SSAS)
We use tabular model as our semantic layer and hence can't call these API's from Power BI. Is there a way we can call these API's from tabular model ? Our immediate need is for Key Phrases. It's really a pain to do this manually as we are importing the data into Power BI, which is not a scalable solution.
1 vote -
Make four APIs as one please
In this experiment(https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/), it can accept text and output a JSON with sentiment, keyPhrases, detected languages and identified entities. Which is good.
But actually, there's no such single API at all. There are 4 individual APIs for sentiment, keyPhrases, detected languages and identified entities.
Can we offer an uniform API to do what exactly the experiment do?
1 vote -
Multi Language Text Analysis
Work with local people to provide support for local language, or exclusive partner to develop multi language text analytics API. I am looking for a hybrid approach where there is no need to translate but can detect language on real-time by having prioritisation of language used, even if the language used are mixed (max mixture of 2 languages in a sentence/dialogue)
1 vote -
Reporting a major bug in Azure cognitive-services/text-analytics
I was using the text analysis service API by Azure & found many major flaws : (The API is not mature enough to handle simple real life sentences correctly).
https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/?v=18.05
Below are few sample sentences which I used & the result was absolutely wrong.- I have many ways to not give you the expected grades
- There are many ways to not give you the desired grade
- How could you not understand what I said
- We have attempted to launch your course in a new window, but a popup blocker is preventing from opening it -> this should be neutral text. …
2 votes -
Intermittently unavailable
For the past two months, when I have tried to call the APIs, I have not been able to access the resource. When I check the resource health in Azure, it's unavailable. This happened with the text analytics service in both of our Azure accounts. Last month this seems to have resolved on it's own and we never heard back from Azure about our support request. I tend to go in to run a bunch of transactions in the final days before our monthly allotment resets, and this really throws a wrench in that!
1 voteHello,
I know it has been some time but you can always check the status of your service here: https://azure.microsoft.com/en-us/status/.
Thanks,
Luke -
detecting Sarcasm
Doesn't get sarcasm. It thought "What a fantastic meal. Not." was positive. Fair enough I suppose!
1 voteMarking as “declined” as we won’t be focusing on this one over the next 6 months or so…
We can always look at these in the future… -
How similar are two text be?
I have two paragraphs (or stories which is longer content). Is there any way to analyze how similar are they which resulted in score? Suppose that score near 1 is more similar
1 vote -
Can you enable CORS for your text sentiment analytics?
Got my key and I'm calling "https://westus.api.cognitive.microsoft.com/text/analytics/v2.0/sentiment?"
to get some text analyzed, but CORS is not enabled on your end. Can you turn it on please?1 voteDone. :-)
- Don't see your idea?