Skip to content

Releases: davmixcool/php-sentiment-analyzer

Public Release

17 Sep 13:53
d7503b6
Compare
Choose a tag to compare
  • Handle negated words with uppercase letters

Beta Release

11 Jul 20:04
13dc120
Compare
Choose a tag to compare
  • Prevent infinite loops when encountering numbers.
  • Prevent exceptions when different cased idioms.

Public Release

02 Jul 19:49
Compare
Choose a tag to compare

PHP Sentiment Analyzer is a lexicon and rule-based sentiment analysis tool that is used to understand sentiments in a sentence using VADER (Valence Aware Dictionary and sentiment Reasoner).

  • Emojis now supported.
  • Updating the dictionary on the fly now supported

1.0.1

12 Mar 23:05
cd2afd3
Compare
Choose a tag to compare
Merge pull request #2 from samyerkes/dev

Fixed static method.