| Package | Description |
|---|---|
| org.languagetool.rules | |
| org.languagetool.rules.patterns |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorTriggeringExample> |
Rule.getErrorTriggeringExamples()
Get the examples that are correct but still trigger the rule due to an issue with the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setErrorTriggeringExamples(List<ErrorTriggeringExample> examples)
Set the examples that are correct but still trigger the rule due to an issue with the rule.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ErrorTriggeringExample> |
XMLRuleHandler.errorTriggeringExamples |