Uses of Interface
org.languagetool.tagging.WordTagger
-
Packages that use WordTagger Package Description org.languagetool.tagging -
-
Uses of WordTagger in org.languagetool.tagging
Classes in org.languagetool.tagging that implement WordTagger Modifier and Type Class Description classCombiningTaggerTags a word using two taggers, combining their results.classManualTaggerA tagger that reads the POS information from a plain (UTF-8) text file.classMorfologikTaggerTags a word using a Morfologik binary dictionary.Fields in org.languagetool.tagging declared as WordTagger Modifier and Type Field Description private WordTaggerCombiningTagger. removalTaggerprivate WordTaggerCombiningTagger. tagger1private WordTaggerCombiningTagger. tagger2protected WordTaggerBaseTagger. wordTaggerMethods in org.languagetool.tagging that return WordTagger Modifier and Type Method Description protected WordTaggerBaseTagger. getWordTagger()private WordTaggerBaseTagger. initWordTagger()Methods in org.languagetool.tagging with parameters of type WordTagger Modifier and Type Method Description protected @Nullable java.util.List<AnalyzedToken>BaseTagger. additionalTags(java.lang.String word, WordTagger wordTagger)Allows additional tagging in some language-dependent circumstancesConstructors in org.languagetool.tagging with parameters of type WordTagger Constructor Description CombiningTagger(WordTagger tagger1, WordTagger tagger2, boolean overwriteWithSecondTagger)CombiningTagger(WordTagger tagger1, WordTagger tagger2, WordTagger removalTagger, boolean overwriteWithSecondTagger)
-