Uses of Interface
org.languagetool.rules.patterns.RuleMatcher
-
Packages that use RuleMatcher Package Description org.languagetool.rules.patterns -
-
Uses of RuleMatcher in org.languagetool.rules.patterns
Classes in org.languagetool.rules.patterns that implement RuleMatcher Modifier and Type Class Description class
PatternRuleMatcher
Matches a pattern rule against text.class
RegexPatternRule
Matches 'regexp' elements from XML rules against sentences.
-