TheCodeSlinger / PHP-Class-Stanford-POS-Tagger

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

PHP POS TAGGER #1

Open sajidsheik opened 9 years ago

sajidsheik commented 9 years ago

when i executed it returned empty array

sajidsheik commented 9 years ago

pspell_new not working Notice: Use of undefined constant pspell_new - assumed 'pspell_new' in C:\xampp\htdocs\new_pos_tagger\new_pos_tagger.php on line 508 Array ( )

nguyenhieu2303 commented 7 years ago

pspell_new not working Notice: Use of undefined constant pspell_new - assumed 'pspell_new' in C:\xampp\htdocs\new_pos_tagger\new_pos_tagger.php on line 508 Array ( ) please!

NinjaTech commented 7 years ago

If you don't have pspell installed on your server just comment out that line of code.