I am using pspell like this: $ps = pspell_new(\"en\"); if(!pspell_check($ps, $word)) { $suggestion = pspell_suggest($ps, $word);