Back to Devexpress

ASPxHunspellDictionary Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-3cac5e3d.md

latest2.8 KB
Original Source

ASPxHunspellDictionary Class

A dictionary for the Hunspell spell checking algorithm.

Namespace : DevExpress.Web.ASPxSpellChecker

Assembly : DevExpress.Web.ASPxSpellChecker.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxHunspellDictionary :
    WebDictionary
vb
Public Class ASPxHunspellDictionary
    Inherits WebDictionary

The following members return ASPxHunspellDictionary objects:

Remarks

A hunspell spell-checking dictionary instance is created by loading two files: a dictionary file and an affix file. The dictionary file, specified by the WebDictionary.DictionaryPath property, contains only the root forms of words with information about morphological affix classes to combine with the roots. The affix file, specified by the ASPxHunspellDictionary.GrammarPath property, contains lists of affixes along with their context restrictions and effects. The affix file also serves as a settings file for the dictionary, containing all meta-data and settings.

Note

We bear no responsibility for the content and availability of Hunspell dictionaries and affix files, since they are part of Hunspell project (for more infomation visit the Hunspell web site.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebDictionary ASPxHunspellDictionary

See Also

ASPxHunspellDictionary Members

DevExpress.Web.ASPxSpellChecker Namespace