ASPxSpellCheckerISpellDictionary Class
Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll
Declaration
public class ASPxSpellCheckerISpellDictionary :
ASPxSpellCheckerDictionaryBase
Public Class ASPxSpellCheckerISpellDictionary
Inherits ASPxSpellCheckerDictionaryBase
Related API Members
The following members accept/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). Search for them on this page.