Uses of Interface
org.languagetool.tagging.WordTagger
Packages that use WordTagger
Package
Description
-
Uses of WordTagger in org.languagetool.rules.uk
Fields in org.languagetool.rules.uk declared as WordTaggerConstructors in org.languagetool.rules.uk with parameters of type WordTagger -
Uses of WordTagger in org.languagetool.tagging
Classes in org.languagetool.tagging that implement WordTaggerModifier and TypeClassDescriptionclassTags a word using two taggers, combining their results.classA tagger that reads the POS information from a plain (UTF-8) text file.classTags a word using a Morfologik binary dictionary.Fields in org.languagetool.tagging declared as WordTaggerModifier and TypeFieldDescriptionprivate final WordTaggerCombiningTagger.removalTaggerprivate final WordTaggerCombiningTagger.tagger1private final WordTaggerCombiningTagger.tagger2protected final WordTaggerBaseTagger.wordTaggerMethods in org.languagetool.tagging that return WordTaggerModifier and TypeMethodDescriptionCombiningTagger.getRemovalTagger()protected WordTaggerBaseTagger.getWordTagger()private WordTaggerBaseTagger.initWordTagger(boolean internTags) Methods in org.languagetool.tagging with parameters of type WordTaggerModifier and TypeMethodDescriptionprotected List<AnalyzedToken> BaseTagger.additionalTags(String word, WordTagger wordTagger) Allows additional tagging in some language-dependent circumstancesConstructors in org.languagetool.tagging with parameters of type WordTaggerModifierConstructorDescriptionCombiningTagger(WordTagger tagger1, WordTagger tagger2, boolean overwriteWithSecondTagger) CombiningTagger(WordTagger tagger1, WordTagger tagger2, WordTagger removalTagger, boolean overwriteWithSecondTagger) -
Uses of WordTagger in org.languagetool.tagging.el
Methods in org.languagetool.tagging.el with parameters of type WordTaggerModifier and TypeMethodDescriptionprotected List<AnalyzedToken> GreekTagger.additionalTags(String word, WordTagger wordTagger) -
Uses of WordTagger in org.languagetool.tagging.uk
Fields in org.languagetool.tagging.uk declared as WordTaggerMethods in org.languagetool.tagging.uk that return WordTaggerMethods in org.languagetool.tagging.uk with parameters of type WordTaggerModifier and TypeMethodDescriptionUkrainianTagger.additionalTags(String word, WordTagger wordTagger) Constructors in org.languagetool.tagging.uk with parameters of type WordTaggerModifierConstructorDescription(package private)CompoundTagger(UkrainianTagger ukrainianTagger, WordTagger wordTagger, Locale conversionLocale)