shobrook / TypeSense

Chrome extension that analyzes a Messenger conversation's sentiment in real-time
MIT License
7 stars 2 forks source link

Switch to using VADER-js instead of TextBlob #66

Closed alichtman closed 6 years ago

alichtman commented 6 years ago

https://github.com/vaderSentiment/vaderSentiment-js

shobrook commented 6 years ago

VADER just gives an overall valence score. We should think about adding scores for individual emotions, like joy/anger/sadness/etc.

alichtman commented 6 years ago

IBM has an API that supports this. Links in our messenger convo on 5/13