The settings file allows developers to fine tune the behavior of the spellchecker engine behind the SpellCheckButton and SpellAsYouType user interfaces.
Settings in this file are at server level - and so cannot be accessed though the usual APIs for security reasons.
The settings file is located at /phpspellcheck/core/settings/default-settings.php
REGISTRATION
This allows you to apply a professional Live-Spell License Key.
BASIC SETTINGS
This allows you to change the default values of basic spellchecking settings $spellcheckObject -> IgnoreAllCaps = false; $spellcheckObject -> IgnoreNumeric = false; $spellcheckObject -> CaseSensitive = true;
BASIC SETTINGS
This allows you to change the default values of basic spellchecking settings
SUGGESTION TOLERANCE
Set the tollerance of the spellchecker to 'unlikely' suggestions. 0=few suggestions ... 10=more suggestions
SUGGESTION TOLERANCE
Set the tollerance of the spellchecker to 'unlikely' suggestions. 0=few suggestions ... 10=more suggestions
DICTIONARY PATH
Set up the file path to the (.dic) dictionaries folder
CUSTOM VOCABULARY
Add vocabulary to the spellchecker from a text file loaded from the DictionaryPath
BANNED WORDS
Ban a list of words which will never be allowed as correct spellings. This is great for filtering profanity.*/
You can also add banned words from an array which you could easily populate from an SQL query
Read more about Banned Words and Strict Legal Spellchecking...
ENFORCED CORRECTIONS
$spellcheckObject -> LoadEnforcedCorrections("language-rules/enforced-corrections.txt");
COMMON TYPING MISTAKES