Optional descriptionOptional flagList of words to always be considered incorrect. Words found in flagWords override words.
Format of flagWords
wordword:suggestion or word->suggestion, suggestionsExample:
"flagWords": [
"color: colour",
"incase: in case, encase",
"canot->cannot",
"cancelled->canceled"
]
This is the name of a dictionary.
Name Format:
*, !, ;, ,, {, }, [, ], ~.Optional noIndicate that suggestions should not come from this dictionary. Words in this dictionary are considered correct, but will not be used when making spell correction suggestions.
Note: if a word is suggested by another dictionary, but found in this dictionary, it will be removed from the set of possible suggestions.
Optional repReplacement pairs.
Optional suggestA list of suggested replacements for words. Suggested words provide a way to make preferred suggestions on word replacements. To hint at a preferred change, but not to require it.
Format of suggestWords
word: suggestionword->suggestionword: first, second, thirdword->first, second, thirdOptional typeType of file:
Default is S.
C is the slowest to load due to the need to split each line based upon code splitting rules.
"S"
Optional useUse Compounds.
Optional wordsList of words to be considered correct.
Generated using TypeDoc
Optional description.