TheCodeSlinger / PHP-Class-Stanford-POS-Tagger

PHP Wrapper for Stanford's Part of Speech Java Tagger
MIT License
7 stars 9 forks source link

array to string conversion error line 515 #4

Open firecentaur opened 4 years ago

firecentaur commented 4 years ago

line 515 - $o .= pspell_suggest($pspell_link, $v).' '; returns array, so this gives an error. how do we fix?