Uses of Class
org.languagetool.tagging.TaggedWord
-
Packages that use TaggedWord Package Description org.languagetool.tagging -
-
Uses of TaggedWord in org.languagetool.tagging
Fields in org.languagetool.tagging with type parameters of type TaggedWord Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<TaggedWord>>
ManualTagger. mapping
Methods in org.languagetool.tagging that return types with arguments of type TaggedWord Modifier and Type Method Description private java.util.Map<java.lang.String,java.util.List<TaggedWord>>
ManualTagger. loadMapping(java.io.InputStream inputStream, java.lang.String encoding)
java.util.List<TaggedWord>
CombiningTagger. tag(java.lang.String word)
java.util.List<TaggedWord>
ManualTagger. tag(java.lang.String word)
Look up a word's baseform (lemma) and POS information.java.util.List<TaggedWord>
MorfologikTagger. tag(java.lang.String word)
java.util.List<TaggedWord>
WordTagger. tag(java.lang.String word)
Methods in org.languagetool.tagging with parameters of type TaggedWord Modifier and Type Method Description private AnalyzedToken
BaseTagger. asAnalyzedToken(java.lang.String word, TaggedWord taggedWord)
Method parameters in org.languagetool.tagging with type arguments of type TaggedWord Modifier and Type Method Description protected java.util.List<AnalyzedToken>
BaseTagger. asAnalyzedTokenListForTaggedWords(java.lang.String word, java.util.List<TaggedWord> taggedWords)
-