Releases: davmixcool/php-sentiment-analyzer
Releases · davmixcool/php-sentiment-analyzer
Public Release
- Handle negated words with uppercase letters
Beta Release
- Prevent infinite loops when encountering numbers.
- Prevent exceptions when different cased idioms.
Public Release
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
Merge pull request #2 from samyerkes/dev Fixed static method.