Forum Moderators: coopster
I'm using the Pspell extension to check spelling, I have created a custom world list which I am using and it works fine.
However, it is also using the main dictionary in addition to my custom word list. Ideally I would like the spell checker only to use my custom word list and not any other dictionary.
Is this possible with Pspell in php?
Thanks in advance!
PS I am currently using this:
$dictionary_link = pspell_new_personal("my.dic", "en", "british");
More Information Here
[php.net...]