You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
exussum12
added a commit
to exussum12/phpInsight
that referenced
this issue
Dec 26, 2017
The issue is that the rounding to 3 dp ignores the 4 placed many decimal
points down.
This puts the 4 within the 3dp, and allows neutral to be chosen again
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?
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
The text was updated successfully, but these errors were encountered: