Package org.languagetool.rules.patterns
Interface RuleMatcher
-
- All Known Implementing Classes:
PatternRuleMatcher
,RegexPatternRule
public interface RuleMatcher
- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleMatch[]
match(AnalyzedSentence sentence)
-
-
-
Method Detail
-
match
RuleMatch[] match(AnalyzedSentence sentence) throws java.io.IOException
- Throws:
java.io.IOException
-
-