Uses of Class
org.languagetool.rules.patterns.Unifier
-
Packages that use Unifier Package Description org.languagetool org.languagetool.rules.patterns -
-
Uses of Unifier in org.languagetool
Methods in org.languagetool that return Unifier Modifier and Type Method Description Unifier
Language. getDisambiguationUnifier()
Get this language's feature unifier used for disambiguation.Unifier
Language. getUnifier()
Get this language's feature unifier. -
Uses of Unifier in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Unifier Modifier and Type Field Description protected Unifier
AbstractPatternRulePerformer. unifier
Methods in org.languagetool.rules.patterns that return Unifier Modifier and Type Method Description Unifier
UnifierConfiguration. createUnifier()
Constructors in org.languagetool.rules.patterns with parameters of type Unifier Constructor Description AbstractPatternRulePerformer(AbstractPatternRule rule, Unifier unifier)
-