| Package | Description |
|---|---|
| org.languagetool.rules |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleWithMaxFilter
Filter rule matches so that only the longest match is kept from overlapping
matches with the same rule that contains tokens with maxOccurrence > 1.
|
class |
SameRuleGroupFilter
Filter rule matches so that only the first match is kept from overlapping
matches with the same rule group (actually: the same id).
|