phpInsight icon indicating copy to clipboard operation
phpInsight copied to clipboard

Sentiment Analysis with PHP

Results 6 phpInsight issues
Sort by recently updated
recently updated
newest added

I will like to continue this project and add features to it. Please I need the design documentation to move on... Have been trying to make pull request but I...

This package used to work up well till we had PHP 5.6 but after we upgraded to PHP 7, phrases that were "neutral" are being returned as "positive". Not sure...

Are there attempts to create PhpInsight compatible dictionaries for other languages ? It would really be a big thing when someone shares dictionaries for PhpInsight on GitHub

Hello, I would like to get the keyword that used for sentiment analysis after the categories and score is printed. Something like: String: This cake looks **amazing** Dominant: positive, scores:...

I'm trying to add a new keyword. It gets added to the source.**_.php files but as I try to add it in data.**_.php (in continuation to the last) it doesn't...

I just insert new word on your array negative word in lib/PHPInsight/dictionaries/source.neg.php, then i try to test it, output should be negative, but it doesn't work, it generates neutral. Am...