first commit

This commit is contained in:
2026-04-28 15:13:50 +02:00
commit a95acc355b
63745 changed files with 9487948 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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