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 DisambiguatorLanguage. DEMO_DISAMBIGUATORMethods in org.languagetool that return Disambiguator Modifier and Type Method Description DisambiguatorLanguage. 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 DisambiguatorLanguageBuilder.ExtendedLanguage. getDisambiguator() -
Uses of Disambiguator in org.languagetool.noop
Classes in org.languagetool.noop that implement Disambiguator Modifier and Type Class Description classNoopDisambiguatorFields in org.languagetool.noop declared as Disambiguator Modifier and Type Field Description private DisambiguatorNoopLanguage. disambiguatorMethods in org.languagetool.noop that return Disambiguator Modifier and Type Method Description DisambiguatorNoopLanguage. getDisambiguator() -
Uses of Disambiguator in org.languagetool.tagging.disambiguation
Classes in org.languagetool.tagging.disambiguation that implement Disambiguator Modifier and Type Class Description classAbstractDisambiguatorAbstract Disambiguator class to provide default (empty) implementation forpreDisambiguate(AnalyzedSentence).classMultiWordChunkerMultiword tagger-chunker.classMultiWordChunker2Multiword 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 classXmlRuleDisambiguatorRule-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 classDemoDisambiguatorTrivial disambiguator.
-