jwhennessey / phpinsight
Sentiment analysis tool for PHP
Installs: 131 826
Dependents: 2
Suggesters: 0
Security: 0
Stars: 289
Watchers: 38
Forks: 115
Open Issues: 5
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2019-02-20 19:30:25 UTC
README
phpInsight is a sentiment classifier. It uses a dictionary of words that are categorised as positive, negative or neutral, and a naive bayes algorithm to calculate sentiment. To improve accuracy, phpInsight removes 'noise' words.
For example usage, see the examples
folder.
License: GPLv3 or later