JWHennessey/phpInsight

Returns wrong sentiment for PHP 7

Opened this issue · 1 comments

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 why?

All possible neutral phrases like:
"sample test line"
"maths in science"
"men and women in a line"

Any ideas

I need to pick the data from database and then analyze the data that whether data is positive or negative.but it is giving me neutral at every word.What should i do to fix it?