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

Add support for Facebook Emojis #62

Closed
Rosadojonathan opened this issue Oct 11, 2018 · 1 comment
Closed

Add support for Facebook Emojis #62

Rosadojonathan opened this issue Oct 11, 2018 · 1 comment

Comments

@Rosadojonathan
Copy link

Rosadojonathan commented Oct 11, 2018

Hey there!
I was using vaderSentiment to analyze Facebook comments on my ads and I realized that comments that used Facebook emojis were parsed as neutral {'pos': 0.0, 'neg': 0.0, 'compound': 0.0, 'neu': 1.0}
example -> image
Plus de 50 euros de frais de réservation, je trouve ça très exagéré !!😡
However, if I removed the Facebook emoji from a sentence that used those emojis I would get actual scores, for instance : {'pos': 0.0, 'neu': 0.834, 'compound': -0.2465, 'neg': 0.166}

Do you know why Facebook Emojis make the whole sentence neutral? Do you plan to add support for these emojis?

Thanks!

@cjhutto
Copy link
Owner

cjhutto commented Mar 20, 2020

Got this fix in. Thanks!

@cjhutto cjhutto closed this as completed Mar 20, 2020
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