JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.languagetool.rules.patterns
RuleMatcher
Contents
Description
Method Summary
Method Details
match(AnalyzedSentence)
Hide sidebar
Show sidebar
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 Details
match
RuleMatch
[]
match
(
AnalyzedSentence
sentence)
throws
IOException
Throws:
IOException