public class SpanishTagger extends BaseTagger
| Modifier and Type | Field and Description |
|---|---|
static SpanishTagger |
INSTANCE |
locale, wordTagger| Constructor and Description |
|---|
SpanishTagger() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnalyzedToken> |
additionalTags(String word,
morfologik.stemming.IStemmer stemmer) |
List<AnalyzedTokenReadings> |
tag(List<String> sentenceTokens) |
additionalTags, asAnalyzedToken, asAnalyzedTokenList, asAnalyzedTokenListForTaggedWords, createNullToken, createToken, getAnalyzedTokens, getDictionary, getDictionaryPath, getManualAdditionsFileNames, getManualRemovalsFileNames, getWordTagger, overwriteWithManualTaggerpublic static final SpanishTagger INSTANCE
public List<AnalyzedTokenReadings> tag(List<String> sentenceTokens)
tag in interface Taggertag in class BaseTagger@Nullable protected List<AnalyzedToken> additionalTags(String word, morfologik.stemming.IStemmer stemmer)