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 Tagger
Language. DEMO_TAGGER
Methods in org.languagetool that return Tagger Modifier and Type Method Description Tagger
Language. 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 Tagger
LanguageBuilder.ExtendedLanguage. getTagger()
-
Uses of Tagger in org.languagetool.noop
Fields in org.languagetool.noop declared as Tagger Modifier and Type Field Description private Tagger
NoopLanguage. tagger
Methods in org.languagetool.noop that return Tagger Modifier and Type Method Description Tagger
NoopLanguage. getTagger()
-
Uses of Tagger in org.languagetool.tagging
Classes in org.languagetool.tagging that implement Tagger Modifier and Type Class Description class
BaseTagger
Base 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 class
DemoTagger
A trivial tagger that does nothing than assign null tags to words.
-