Uses of Class
org.languagetool.tagging.TaggedWord
Packages that use TaggedWord
Package
Description
-
Uses of TaggedWord in org.languagetool.synthesis
Methods in org.languagetool.synthesis that return types with arguments of type TaggedWordModifier and TypeMethodDescriptionprivate static Map<TaggedWord, List<String>> ManualSynthesizer.loadMapping(InputStream inputStream) Method parameters in org.languagetool.synthesis with type arguments of type TaggedWordModifier and TypeMethodDescriptionprivate static it.unimi.dsi.fastutil.objects.ObjectOpenHashSet<String> ManualSynthesizer.collectTags(Map<TaggedWord, List<String>> mapping) private static it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<List<org.apache.commons.lang3.tuple.Triple<String, String, String>>> ManualSynthesizer.groupByHash(Map<TaggedWord, List<String>> mapping) -
Uses of TaggedWord in org.languagetool.tagging
Methods in org.languagetool.tagging that return types with arguments of type TaggedWordModifier and TypeMethodDescriptionprivate static Map<String, List<TaggedWord>> ManualTagger.loadMapping(InputStream inputStream, boolean internTags) Look up a word's baseform (lemma) and POS information.Methods in org.languagetool.tagging with parameters of type TaggedWordModifier and TypeMethodDescriptionprivate AnalyzedTokenBaseTagger.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) -
Uses of TaggedWord in org.languagetool.tagging.de
Methods in org.languagetool.tagging.de that return types with arguments of type TaggedWordModifier and TypeMethodDescriptionprivate List<TaggedWord> GermanTagger.addStem(List<TaggedWord> analyzedWordResults, String stem) Method parameters in org.languagetool.tagging.de with type arguments of type TaggedWordModifier and TypeMethodDescriptionprivate List<TaggedWord> GermanTagger.addStem(List<TaggedWord> analyzedWordResults, String stem) private List<AnalyzedToken> GermanTagger.getAnalyzedTokens(List<TaggedWord> taggedWords, String word) private List<AnalyzedToken> GermanTagger.getAnalyzedTokens(List<TaggedWord> taggedWords, String word, List<String> compoundParts) -
Uses of TaggedWord in org.languagetool.tagging.ga
Methods in org.languagetool.tagging.ga that return types with arguments of type TaggedWord -
Uses of TaggedWord in org.languagetool.tagging.uk
Methods in org.languagetool.tagging.uk that return types with arguments of type TaggedWordModifier and TypeMethodDescriptionstatic List<TaggedWord> PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords, String addTag) static List<TaggedWord> PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords, String addTag, String lemma) static List<TaggedWord> PosTagHelper.adjust(List<TaggedWord> taggedWords, String lemmaPrefix, String lemmaSuffix, String... addTags) static List<TaggedWord> PosTagHelper.filter2(List<TaggedWord> analyzedTokens, Pattern posTag) static List<TaggedWord> PosTagHelper.filter2Negative(List<TaggedWord> analyzedTokens, Pattern posTag) private List<TaggedWord> CompoundTagger.tagAsIsAndWithLowerCase(String leftWord) (package private) List<TaggedWord> CompoundTagger.tagBothCases(String leftWord, Pattern posTagMatcher) private List<TaggedWord> CompoundTagger.tagEitherCase(String word) Methods in org.languagetool.tagging.uk with parameters of type TaggedWordModifier and TypeMethodDescriptionprivate static StringPosTagHelper.adjustLemma(TaggedWord w, String lemmaPrefix, String lemmaSuffix) static booleanPosTagHelper.hasPosTag(TaggedWord analyzedToken, Pattern posTagRegex) Method parameters in org.languagetool.tagging.uk with type arguments of type TaggedWordModifier and TypeMethodDescriptionstatic List<TaggedWord> PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords, String addTag) static List<TaggedWord> PosTagHelper.addIfNotContains(List<TaggedWord> taggedWords, String addTag, String lemma) static List<TaggedWord> PosTagHelper.adjust(List<TaggedWord> taggedWords, String lemmaPrefix, String lemmaSuffix, String... addTags) (package private) List<AnalyzedToken> UkrainianTagger.asAnalyzedTokenListForTaggedWordsInternal(String word, List<TaggedWord> taggedWords) static List<TaggedWord> PosTagHelper.filter2(List<TaggedWord> analyzedTokens, Pattern posTag) static List<TaggedWord> PosTagHelper.filter2Negative(List<TaggedWord> analyzedTokens, Pattern posTag) static booleanPosTagHelper.hasPosTag2(List<TaggedWord> taggedWords, Pattern pattern) static booleanPosTagHelper.hasPosTagPart2(List<TaggedWord> taggedWords, String posTagPart) static booleanPosTagHelper.hasPosTagStart2(List<TaggedWord> taggedWords, String posTagPart)