SpellCheckerISpellDictionary Class
In This Article
Represents an XtraSpellChecker dictionary originated from a dictionary in the ISpell format.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Remarks
The SpellCheckerISpellDictionary instance is created by decompressing the base file, specified by the SpellCheckerDictionaryBase.DictionaryPath property, with the help of the affix file located at the SpellCheckerISpellDictionary.GrammarPath file path. Base files and affix files are a part of the non-commercial GNU ISpell project.
NOTE
Currently, you should use ISpell dictionaries only in the plain text format - one word per line, rather than hashed (i.
#Implements
#Inheritance
Object
DictionaryBase
SpellCheckerDictionaryBase
SpellCheckerISpellDictionary
See Also