• Stars
    star
    315
  • Rank 132,541 (Top 3 %)
  • Language
    PHP
  • License
    Other
  • Created almost 13 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sentiment Analysis with PHP

phpInsight - Sentiment Analysis in 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