vaderSentiment icon indicating copy to clipboard operation
vaderSentiment copied to clipboard

Wrong predict at very simple sentences

Open SemihDurmaz54 opened this issue 4 years ago • 1 comments

Sometimes VADER gives wrong results at very long sentences and i get it but for a very short and simple sentence like: "Very clean, no problem" should be working correct. Here is the result for this sentence: {'neg': 0.577, 'neu': 0.106, 'pos': 0.317, 'compound': -0.3504} While the sentence is highly positive, VADER says it's negative

SemihDurmaz54 avatar Dec 09 '20 20:12 SemihDurmaz54

Hello @SemihDurmaz54 , today I tested this sentence and I actually got an accurate result:

Very clean, no problem------------------------------------------- {'neg': 0.0, 'neu': 0.128, 'pos': 0.872, 'compound': 0.6997}

Looks like they updated the algorithm.

spolo96 avatar Dec 27 '21 15:12 spolo96