Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in calculating sentiment #391

Open
pienio7 opened this issue Jul 16, 2021 · 0 comments
Open

Bugs in calculating sentiment #391

pienio7 opened this issue Jul 16, 2021 · 0 comments

Comments

@pienio7
Copy link

pienio7 commented Jul 16, 2021

I found bugs in calculating sentiment:

  • Sentiment for the phrase "definitely happy" is the same as sentiment for word "happy" (polarity=0.8, subjectivity=1.0) - but "definitely" has intensity="2.0", so polarity of "definitely happy" should by 1.0.
  • Sentiment for "very no happy" is (polarity=-0.5, subjectivity=1.0) and for "very not happy" is (polarity=-0.1, subjectivity=0.65) - but it should be the same.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant