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

VADER can't parse the word 'bad ass'? #141

Open
letitburn00 opened this issue Aug 25, 2022 · 2 comments
Open

VADER can't parse the word 'bad ass'? #141

letitburn00 opened this issue Aug 25, 2022 · 2 comments

Comments

@letitburn00
Copy link

I am running a sentiment analysis on a large corpus of tweets in R. VADER successfully returned sentiment scores for all but five tweets, which returned 'ERROR' in the word scores field. Upon inspection of these tweets, I noticed that they all contained the word 'bad ass'. When replacing 'bad ass' with 'badass', sentiment scores are successfully returned. It seems like this is a bug?

@Deepankar-98
Copy link

Can you confirm what error are you getting? I ran both the strings and its working fine for me.
See below screenshot:
image

@letitburn00
Copy link
Author

letitburn00 commented Sep 6, 2022

Hi, the error may actually be unrelated to the word 'bad ass', but is somehow solved by replacing it with 'badass'? I wasn't able to replicate the problem on the exact strings I was working with before, but the same problem occurred for a new one:
vader_error
Scores were successfully returned for other tweets with 'bad ass'. I don't see any glaring issues with the above text, so I'm not sure what the problem could be.

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