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.
- I did not always understand what you were saying.
- I haven't had major luck with finding a job
- I am indebted by your strong confidence in me
- In all his life Trump did nothing in a manner worth appreciating
I simply compared it with Sentiment Analysis with Python NLTK Text Classification at below site & found Azure to be highly inaccurate in many cases.
http://text-processing.com/demo/sentiment/
Please fix this asap to improve on the quality & reliability of the API response.
