TdxHunspellDictionary Properties
Represents the Hunspell dictionary.
Name | Description |
---|---|
Active |
Returns whether the dictionary is used for spell checking.
Inherited from Tdx |
Alphabet |
Specifies the corresponding language’s alphabet.
Inherited from Tdx |
Code |
Specifies the dictionary’s code page.
Inherited from Tdx |
Dictionary |
Specifies the dictionary file from which a dictionary is created based on rules provided by the affix file. |
Enabled |
Specifies whether the dictionary is enabled.
Inherited from Tdx |
Grammar |
Specifies the affix file used to build up a dictionary from the affix-compressed dictionary file specified by the Dictionary |
Language |
Specifies the dictionary’s language.
Inherited from Tdx |
Loaded |
Returns whether the dictionary is loaded into memory.
Inherited from Tdx |
Ngram |
Specifies the distance between the misspelled and suggested words. |
Spell |
Returns a spell checker.
Inherited from Tdx |
Suggestions |
Specifies the manner in which the spell checker uses correction algorithms. |