com.groupdocs.search.dictionaries
Contents
[
Hide
]
The package provides classes of various dictionaries.
Classes
Class | Description |
---|---|
AliasReplacementPair | Represents an alias/replacement pair. |
CharacterReplacementPair | Represents a character/replacement pair. |
DictionaryRepository | Represents a repository of all dictionaries in the Index . |
EnglishWordFormsProvider | Represents an English word forms provider. |
Interfaces
Interface | Description |
---|---|
AliasDictionary | Defines interface of a dictionary of aliases. |
Alphabet | Defines interface of a dictionary of characters that is used during indexing to detect character type. |
CharacterReplacementDictionary | Defines interface of a character replacement dictionary that is used during the indexing process. |
DictionaryBase | Defines interface of a dictionary. |
HomophoneDictionary | Defines interface of a dictionary of heterographic homophones. |
IWordFormsProvider | Defines interface of a word forms provider. |
PasswordDictionary | Defines interface of a dictionary of document passwords. |
SpellingCorrector | Defines interface of a spelling corrector for terms in a query. |
StopWordDictionary | Defines interface of a dictionary of stop words. |
SynonymDictionary | Defines interface of a dictionary of synonyms. |
Enumerations
Enum | Description |
---|---|
CharacterType | Represents a type of a character, depending on how it should be indexed. |
DictionaryType | Represents a type of a dictionary. |