public class GreekTagger extends BaseTagger
locale, wordTagger| Constructor and Description |
|---|
GreekTagger() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnalyzedToken> |
additionalTags(String word,
WordTagger wordTagger)
Allows additional tagging in some language-dependent circumstances
|
asAnalyzedToken, asAnalyzedTokenList, asAnalyzedTokenListForTaggedWords, createNullToken, createToken, getAnalyzedTokens, getDictionary, getDictionaryPath, getManualAdditionsFileNames, getManualRemovalsFileNames, getWordTagger, overwriteWithManualTagger, tagprotected List<AnalyzedToken> additionalTags(String word, WordTagger wordTagger)
BaseTaggeradditionalTags in class BaseTaggerword - The word to tagnull