Skip to main content

TdxAffixCompressionDictionary Class

Represents the base class for affix-compressed dictionaries (ISpell and Hunspell dictionaries).

Declaration

TdxAffixCompressionDictionary = class(
    TdxSpellCheckerDictionary
)

Remarks

The TdxAffixCompressionDictionary declares the DictionaryPath and GrammarPath properties. These properties specify dictionary files and rules used to build dictionaries from base words.

Do not use this class directly. Use its descendants instead.

See Also