public class PortugueseTagger extends BaseTagger
conversionLocale, wordTagger| Constructor and Description |
|---|
PortugueseTagger() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnalyzedToken> |
additionalTags(String word,
morfologik.stemming.IStemmer stemmer) |
String |
getManualAdditionsFileName() |
String |
getManualRemovalsFileName() |
boolean |
overwriteWithManualTagger() |
List<AnalyzedTokenReadings> |
tag(List<String> sentenceTokens) |
additionalTags, asAnalyzedToken, asAnalyzedTokenList, asAnalyzedTokenListForTaggedWords, createNullToken, createToken, getAnalyzedTokens, getDictionary, getDictionaryPath, getWordTaggerpublic String getManualAdditionsFileName()
getManualAdditionsFileName in class BaseTaggerpublic String getManualRemovalsFileName()
getManualRemovalsFileName in class BaseTaggerpublic boolean overwriteWithManualTagger()
overwriteWithManualTagger in class BaseTaggerpublic List<AnalyzedTokenReadings> tag(List<String> sentenceTokens) throws IOException
tag in interface Taggertag in class BaseTaggerIOException@Nullable protected List<AnalyzedToken> additionalTags(String word, morfologik.stemming.IStemmer stemmer)