public class SubjectVerbAgreementRule extends GermanRule
| Constructor and Description |
|---|
SubjectVerbAgreementRule(ResourceBundle messages,
German language) |
| Modifier and Type | Method and Description |
|---|---|
List<DisambiguationPatternRule> |
getAntiPatterns() |
String |
getDescription() |
String |
getId() |
URL |
getUrl() |
RuleMatch[] |
match(AnalyzedSentence sentence) |
void |
reset() |
addExamplePair, getCategory, getCorrectExamples, getErrorTriggeringExamples, getIncorrectExamples, getLocQualityIssueType, getSentenceWithImmunization, isDefaultOff, isDictionaryBasedSpellingRule, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setErrorTriggeringExamples, setIncorrectExamples, setLocQualityIssueType, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic SubjectVerbAgreementRule(ResourceBundle messages, German language)
public String getDescription()
getDescription in class Rulepublic List<DisambiguationPatternRule> getAntiPatterns()
getAntiPatterns in class Rulepublic RuleMatch[] match(AnalyzedSentence sentence) throws IOException
match in class RuleIOException