Rajat Paliwal • almost 5 years ago
Wrong sentiment from sentiment analysis api
Hi,
I was trying sentiment analysis api on some tweets and it seems to take even positive sentiment tweets in the negative section. Is it due to it's dependency on keywords?
Comments are closed.

2 comments
Brian Munz Manager • almost 5 years ago
Hi Rajat,
For better help with technical questions, please ask them in our community in the NL API section:
https://community.expert.ai/expert-ai-nl-api-edge-32
You can also join our group for updates and content specific to this hackathon:
https://community.expert.ai/groups/sentiment-opinion-mining-natural-language-api-hackathon-2021-57
To answer your question...
The calculation of the sentiment depends on the words, not at the keyword level, but on the concepts. If the text is very short or not very phrasal the engine can have a harder time disambiguating and attributing positivity and negativity. The larger the set of text data, the better the engine should do at properly determining sentiment.
Rajat Paliwal • almost 5 years ago
Thanks Brian.