public class UkrainianTagger extends BaseTagger
conversionLocale, wordTagger| Constructor and Description |
|---|
UkrainianTagger() |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzedToken> |
additionalTags(String word,
WordTagger wordTagger) |
protected List<AnalyzedToken> |
getAnalyzedTokens(String word) |
String |
getManualAdditionsFileName() |
WordTagger |
getWordTagger() |
asAnalyzedToken, asAnalyzedTokenList, asAnalyzedTokenListForTaggedWords, createNullToken, createToken, getDictionary, getDictionaryPath, getManualRemovalsFileName, overwriteWithManualTagger, tagpublic String getManualAdditionsFileName()
getManualAdditionsFileName in class BaseTaggerpublic List<AnalyzedToken> additionalTags(String word, WordTagger wordTagger)
additionalTags in class BaseTaggerprotected List<AnalyzedToken> getAnalyzedTokens(String word)
getAnalyzedTokens in class BaseTaggerpublic WordTagger getWordTagger()
getWordTagger in class BaseTagger