public abstract class DictionaryRepository extends Object
Index.| Constructor and Description |
|---|
DictionaryRepository() |
| Modifier and Type | Method and Description |
|---|---|
abstract AliasDictionary |
getAliasDictionary()
Gets a dictionary of aliases.
|
abstract Alphabet |
getAlphabet()
Gets a dictionary of characters.
|
abstract CharacterReplacementDictionary |
getCharacterReplacements()
Gets a dictionary of character replacements.
|
abstract PasswordDictionary |
getDocumentPasswords()
Gets a dictionary of document passwords.
|
abstract HomophoneDictionary |
getHomophoneDictionary()
Gets a dictionary of homophones.
|
abstract SpellingCorrector |
getSpellingCorrector()
Gets a spelling corrector.
|
abstract StopWordDictionary |
getStopWordDictionary()
Gets a dictionary of stop words.
|
abstract SynonymDictionary |
getSynonymDictionary()
Gets a dictionary of synonyms.
|
abstract IWordFormsProvider |
getWordFormsProvider()
Gets a word forms provider.
|
abstract void |
setWordFormsProvider(IWordFormsProvider value)
Sets a word forms provider.
|
public abstract AliasDictionary getAliasDictionary()
public abstract Alphabet getAlphabet()
public abstract CharacterReplacementDictionary getCharacterReplacements()
public abstract PasswordDictionary getDocumentPasswords()
public abstract HomophoneDictionary getHomophoneDictionary()
public abstract SpellingCorrector getSpellingCorrector()
public abstract StopWordDictionary getStopWordDictionary()
public abstract SynonymDictionary getSynonymDictionary()
public abstract IWordFormsProvider getWordFormsProvider()
public abstract void setWordFormsProvider(IWordFormsProvider value)
value - A word forms provider.Copyright © 2026. All rights reserved.