cjhutto/vaderSentiment

Incorrect results for sentences containing negations

Open

#71 geöffnet am 13. Jan. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (975 Forks)batch import
help wanted

Repository-Metriken

Stars
 (4.146 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi

First of all, great work!

I've noticed some negations are analysed incorrectly. For instance,

Not the worst show I've seen-------- {'neg': 0.0, 'neu': 0.603, 'pos': 0.397, 'compound': 0.5096} Not the worst ever but definitely worst this year------ {'neg': 0.0, 'neu': 0.372, 'pos': 0.628, 'compound': 0.879}

The compound scores are incorrectly positive as these two sentences are neural at best.

Contributor Guide