jwhennessey/phpinsight

This package is abandoned and no longer maintained. No replacement package was suggested.

Sentiment analysis tool for PHP

Installs: 432 950

Dependents: 2

Suggesters: 0

Security: 0

Stars: 319

Watchers: 40

Forks: 122

Open Issues: 6

pkg:composer/jwhennessey/phpinsight

v2.0.9 2015-06-20 03:38 UTC

This package is not auto-updated.

Last update: 2024-08-08 21:11:37 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