Stars: 315
Forks: 140
Pull Requests: 11
Issues: 28
Watchers: 40
Last Updated: 2020-02-05 08:02:57
Sentiment Analysis with PHP
License: Other
Languages: PHP
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