Uses of Interface
org.languagetool.tagging.Tagger
-
Packages that use Tagger Package Description org.languagetool org.languagetool.language org.languagetool.noop org.languagetool.tagging org.languagetool.tagging.xx -
-
Uses of Tagger in org.languagetool
Fields in org.languagetool declared as Tagger Modifier and Type Field Description private static TaggerLanguage. DEMO_TAGGERMethods in org.languagetool that return Tagger Modifier and Type Method Description TaggerLanguage. getTagger()Get this language's part-of-speech tagger implementation. -
Uses of Tagger in org.languagetool.language
Methods in org.languagetool.language that return Tagger Modifier and Type Method Description TaggerLanguageBuilder.ExtendedLanguage. getTagger() -
Uses of Tagger in org.languagetool.noop
Fields in org.languagetool.noop declared as Tagger Modifier and Type Field Description private TaggerNoopLanguage. taggerMethods in org.languagetool.noop that return Tagger Modifier and Type Method Description TaggerNoopLanguage. getTagger() -
Uses of Tagger in org.languagetool.tagging
Classes in org.languagetool.tagging that implement Tagger Modifier and Type Class Description classBaseTaggerBase tagger using Morfologik binary dictionaries. -
Uses of Tagger in org.languagetool.tagging.xx
Classes in org.languagetool.tagging.xx that implement Tagger Modifier and Type Class Description classDemoTaggerA trivial tagger that does nothing than assign null tags to words.
-