public class SwissGermanTagger extends GermanTagger
INSTANCE
locale, wordTagger
Constructor and Description |
---|
SwissGermanTagger() |
Modifier and Type | Method and Description |
---|---|
List<AnalyzedTokenReadings> |
tag(List<String> sentenceTokens,
boolean ignoreCase) |
lookup, tag, tag
additionalTags, asAnalyzedToken, asAnalyzedTokenList, asAnalyzedTokenListForTaggedWords, createNullToken, createToken, getAnalyzedTokens, getDictionary, getDictionaryPath, getManualAdditionsFileNames, getManualRemovalsFileNames, getWordTagger, overwriteWithManualTagger
public List<AnalyzedTokenReadings> tag(List<String> sentenceTokens, boolean ignoreCase) throws IOException
tag
in class GermanTagger
IOException