标签: php string dictionary grammar pspell
是否可以使用pspell来确定单词是否是名词?如果没有,还有其他更简单的方法吗?感谢。
$word = "cat"; $pspell_link = pspell_new("en"); //spell check $boo = pspell_check($pspell_link, $word); //check the word