trinker / sentimentr

Dictionary based sentiment analysis that considers valence shifters
Other
426 stars 84 forks source link

Sentiment Score Seems Incorrect #113

Closed jaclynmize closed 4 years ago

jaclynmize commented 4 years ago

Can you explain why the following sentences (which all seem positive) were given a negative score using this package?

Sentence | SentimentR (Current Package) Great boost of energy without a nasty crash afterwards | -0.25 My lips have never looked or felt better | -0.2828427 It is absolutely perfect no play in blade gorgeous to look at and hold extremely solid | -0.05 No gaps perfectly centered blade geometrical cemetrical grind on both sides | -0.2261335 It was a nice clean smell not floral or fruity | -0.1897367

trinker commented 4 years ago

You can dive into the documentation for how the algorithm works. Most any algorithm is not 100% accurate. How does the algorithm do overall on a random sample?