Uses of Interface
org.languagetool.tagging.disambiguation.Disambiguator
-
-
Uses of Disambiguator in org.languagetool
Fields in org.languagetool declared as Disambiguator Modifier and Type Field Description private static Disambiguator
Language. DEMO_DISAMBIGUATOR
Methods in org.languagetool that return Disambiguator Modifier and Type Method Description Disambiguator
Language. getDisambiguator()
Get this language's part-of-speech disambiguator implementation. -
Uses of Disambiguator in org.languagetool.language
Methods in org.languagetool.language that return Disambiguator Modifier and Type Method Description Disambiguator
LanguageBuilder.ExtendedLanguage. getDisambiguator()
-
Uses of Disambiguator in org.languagetool.noop
Classes in org.languagetool.noop that implement Disambiguator Modifier and Type Class Description class
NoopDisambiguator
Fields in org.languagetool.noop declared as Disambiguator Modifier and Type Field Description private Disambiguator
NoopLanguage. disambiguator
Methods in org.languagetool.noop that return Disambiguator Modifier and Type Method Description Disambiguator
NoopLanguage. getDisambiguator()
-
Uses of Disambiguator in org.languagetool.tagging.disambiguation
Classes in org.languagetool.tagging.disambiguation that implement Disambiguator Modifier and Type Class Description class
AbstractDisambiguator
Abstract Disambiguator class to provide default (empty) implementation forpreDisambiguate(AnalyzedSentence)
.class
MultiWordChunker
Multiword tagger-chunker.class
MultiWordChunker2
Multiword tagger-chunker. -
Uses of Disambiguator in org.languagetool.tagging.disambiguation.rules
Classes in org.languagetool.tagging.disambiguation.rules that implement Disambiguator Modifier and Type Class Description class
XmlRuleDisambiguator
Rule-based disambiguator. -
Uses of Disambiguator in org.languagetool.tagging.disambiguation.xx
Classes in org.languagetool.tagging.disambiguation.xx that implement Disambiguator Modifier and Type Class Description class
DemoDisambiguator
Trivial disambiguator.
-