| Package | Description |
|---|---|
| org.languagetool.rules.bitext |
| Modifier and Type | Method and Description |
|---|---|
List<IncorrectBitextExample> |
BitextRule.getIncorrectBitextExamples()
Get example sentences that are incorrect and thus will match this rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BitextRule.setIncorrectBitextExamples(List<IncorrectBitextExample> incorrectExamples)
Set the examples that are incorrect and thus do trigger the rule.
|