Will your spell checker allow me to manually add weird spellings to the master list and indicate what the suggested spelling should be? If so, that would be great!
Thank you!
eczama
ecxema
ecema = enema
ecama = acme
ecxzma = no suggestion
exema = exam
exzema
exzama = excise
excema = except
ezema = enema
ezcema
ezxema = no suggestion
ezama = no suggestion
exama = exam
You have an .txt file where you can add 'enforced corrections' where you can add your own misspellings and (multiple) corrections.
This file is located in /dictionaries/language-rules/enforced-corrections.txt. This one is loaded by default, but it could be that you disabled it in your settings (/core/settings/default-settings.php). You should have a rule that states:
$spellcheckObject -> LoadEnforcedCorrections("language-rules/enforced-corrections.txt");
When you don't, add it to the end of the file.