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

Wrong predict at very simple sentences #121

Open
SemihDurmaz54 opened this issue Dec 9, 2020 · 1 comment
Open

Wrong predict at very simple sentences #121

SemihDurmaz54 opened this issue Dec 9, 2020 · 1 comment

Comments

@SemihDurmaz54
Copy link

Sometimes VADER gives wrong results at very long sentences and i get it but for a very short and simple sentence like:
"Very clean, no problem" should be working correct.
Here is the result for this sentence:
{'neg': 0.577, 'neu': 0.106, 'pos': 0.317, 'compound': -0.3504}
While the sentence is highly positive, VADER says it's negative

@spolo96
Copy link

spolo96 commented Dec 27, 2021

Hello @SemihDurmaz54 , today I tested this sentence and I actually got an accurate result:

Very clean, no problem------------------------------------------- {'neg': 0.0, 'neu': 0.128, 'pos': 0.872, 'compound': 0.6997}

Looks like they updated the algorithm.

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

2 participants