ASPxSpellCheckerISpellDictionary Class
Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return ASPxSpellCheckerISpellDictionary objects:
Remarks
The ASPxSpellCheckerISpellDictionary
instance is created by decompressing the base file, specified by the WebDictionary.DictionaryPath property, with the help of the affix file located at the ASPxSpellCheckerISpellDictionary.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.e. not processed with the buildhash utility).