Romain G

Results 4 comments of Romain G

Is the known issue reported anywhere? If this is a duplicate I apologize for not having found it. Please link and close this issue if you have a link handy....

The problem comes from the word `nothing`. It is considered as a [negating word](https://github.com/cjhutto/vaderSentiment/blob/master/vaderSentiment/vaderSentiment.py#L41) and there is a rule that will ['flip' the valence of a token](https://github.com/cjhutto/vaderSentiment/blob/master/vaderSentiment/vaderSentiment.py#L347) when such word...

This makes sense for sure, then to say if this is better or not would require implementing the rule, measuring the accuracy of the new algorithm and comparing it to...

@CodeWingX The [README](https://github.com/cjhutto/vaderSentiment#resources-and-dataset-descriptions) provides a description of the values in the lexicon: > We collected intensity ratings on each of our candidate lexical features from ten independent human raters (for...