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

Doubt about threshold values used in VADER categorization #131

Open
rashktech opened this issue Dec 8, 2021 · 0 comments
Open

Doubt about threshold values used in VADER categorization #131

rashktech opened this issue Dec 8, 2021 · 0 comments

Comments

@rashktech
Copy link

Hey @cjhutto , based on the "About the scoring" section: https://github.com/cjhutto/vaderSentiment#about-the-scoring

"Typical threshold values (used in the literature cited on this page) are:

positive sentiment: compound score >= 0.05
neutral sentiment: (compound score > -0.05) and (compound score < 0.05)
negative sentiment: compound score <= -0.05
NOTE: The compound score is the one most commonly used for sentiment analysis by most researchers, including the authors."

Can you please explain why -0.05 and 0.05 are used as threshold values to categorize the compound scores as positive, neutral and negative? Thanking you in advance.

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