Uses of Interface
org.languagetool.tagging.WordTagger
Packages that use 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 TypeMethodDescriptionprotected WordTaggerBaseTagger.getWordTagger()private WordTaggerBaseTagger.initWordTagger()Methods in org.languagetool.tagging with parameters of type WordTaggerModifier and TypeMethodDescriptionprotected @Nullable 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)