Uses of Class
org.languagetool.tagging.TaggedWord
-
Packages that use TaggedWord Package Description org.languagetool.tagging -
-
Uses of TaggedWord in org.languagetool.tagging
Methods in org.languagetool.tagging that return types with arguments of type TaggedWord Modifier and Type Method Description List<TaggedWord>
CombiningTagger. tag(String word)
List<TaggedWord>
ManualTagger. tag(String word)
Look up a word's baseform (lemma) and POS information.List<TaggedWord>
MorfologikTagger. tag(String word)
List<TaggedWord>
WordTagger. tag(String word)
Method parameters in org.languagetool.tagging with type arguments of type TaggedWord Modifier and Type Method Description protected List<AnalyzedToken>
BaseTagger. asAnalyzedTokenListForTaggedWords(String word, List<TaggedWord> taggedWords)
-