cjhutto/vaderSentiment

Incorrect results for sentences containing negations

Open

#71 ouverte le 13 janv. 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (975 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 146 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur