Skip to content

Releases: debugger22/sentiment-analyzer

Sentiment Analyzer v1.0.3

04 Sep 10:42
Compare
Choose a tag to compare
  • Added Plotter class to plot sentiments (basic)
  • Fixed bugs in hashtags test

Sentiment Analyzer v1.0.0

01 Sep 23:07
Compare
Choose a tag to compare
Pre-release

This is the first version of Sentiment Analyzer.
It is capable of doing sentiment analysis of an English sentence based on a database of words and their subjectivity. It also analyzes hashtags and emoticons present in that sentence.
It uses a string comparison algorithm to predict correct English words.
For e.g.

"nly" = "only"
"nything" = "anything"