I'm just getting started with pspell, and I have proble creating an instance of the dictionary.
Here is my code:
<?
$pspell_config = pspell_config_create ("en");
$pspell_link = pspell_new_config ($pspell_config);
?>
This returns the following error:
Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists for the language-tag "en". in /home/domain/public_html/spell.php on line 3
I'm on a shared host, and had to have an admin recompile php with pspell. Could this mean that this person simply forgot to install a words list, or am I just missing something?
Thanks for any help or advice.