Uses of Class
org.languagetool.tagging.TaggedWord
Packages that use TaggedWord
-
Uses of TaggedWord in org.languagetool.tagging
Fields in org.languagetool.tagging with type parameters of type TaggedWordMethods in org.languagetool.tagging that return types with arguments of type TaggedWordModifier and TypeMethodDescriptionprivate Map<String,
List<TaggedWord>> ManualTagger.loadMapping
(InputStream inputStream, String encoding) Look up a word's baseform (lemma) and POS information.Methods in org.languagetool.tagging with parameters of type TaggedWordModifier and TypeMethodDescriptionprivate AnalyzedToken
BaseTagger.asAnalyzedToken
(String word, TaggedWord taggedWord) Method parameters in org.languagetool.tagging with type arguments of type TaggedWordModifier and TypeMethodDescriptionprotected List<AnalyzedToken>
BaseTagger.asAnalyzedTokenListForTaggedWords
(String word, List<TaggedWord> taggedWords)