| Package | Description |
|---|---|
| org.languagetool.tagging |
| Modifier and Type | Method and Description |
|---|---|
List<TaggedWord> |
ManualTagger.tag(String word)
Look up a word's baseform (lemma) and POS information.
|
List<TaggedWord> |
WordTagger.tag(String word) |
List<TaggedWord> |
MorfologikTagger.tag(String word) |
List<TaggedWord> |
CombiningTagger.tag(String word) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnalyzedToken> |
BaseTagger.asAnalyzedTokenListForTaggedWords(String word,
List<TaggedWord> taggedWords) |