Uses of Interface
org.languagetool.tagging.Tagger
-
Packages that use Tagger Package Description org.languagetool org.languagetool.noop org.languagetool.tagging org.languagetool.tagging.xx -
-
Uses of Tagger in org.languagetool
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.noop
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.
-