public class DictionaryCollection extends Object
Represents collection of all dictionaries in the Index
.
Modifier and Type | Method and Description |
---|---|
AliasDictionary |
getAliasDictionary()
Gets a dictionary of aliases.
|
Alphabet |
getAlphabet()
Gets a dictionary of characters.
|
CharacterReplacementDictionary |
getCharacterReplacements()
Gets a dictionary of character replacements.
|
PasswordDictionary |
getDocumentPasswords()
Gets a dictionary of document passwords.
|
HomophoneDictionary |
getHomophoneDictionary()
Gets a dictionary of homophones.
|
SpellingCorrector |
getSpellingCorrector()
Gets a spelling corrector.
|
StopWordDictionary |
getStopWordDictionary()
Gets a dictionary of stop words.
|
SynonymDictionary |
getSynonymDictionary()
Gets a dictionary of synonyms.
|
IWordFormsProvider |
getWordFormsProvider()
Gets or sets a word forms provider.
|
void |
setWordFormsProvider(IWordFormsProvider value)
Gets or sets a word forms provider.
|
public final AliasDictionary getAliasDictionary()
Gets a dictionary of aliases.
Value: The dictionary of aliases.public final StopWordDictionary getStopWordDictionary()
Gets a dictionary of stop words.
Value: The dictionary of stop words.public final SynonymDictionary getSynonymDictionary()
Gets a dictionary of synonyms.
Value: The dictionary of synonyms.public final PasswordDictionary getDocumentPasswords()
Gets a dictionary of document passwords.
Value: The dictionary of document passwords.public final SpellingCorrector getSpellingCorrector()
Gets a spelling corrector.
Value: The spelling corrector.public final HomophoneDictionary getHomophoneDictionary()
Gets a dictionary of homophones.
Value: The dictionary of homophones.public final Alphabet getAlphabet()
Gets a dictionary of characters.
Value: The dictionary of characters.public final CharacterReplacementDictionary getCharacterReplacements()
Gets a dictionary of character replacements.
Value: The dictionary of character replacements.public final IWordFormsProvider getWordFormsProvider()
Gets or sets a word forms provider.
Value: The word forms provider.public final void setWordFormsProvider(IWordFormsProvider value)
Gets or sets a word forms provider.
Value: The word forms provider.Copyright © 2018. All rights reserved.