Package | Description |
---|---|
org.languagetool | |
org.languagetool.rules |
Modifier and Type | Method and Description |
---|---|
void |
JLanguageTool.addMatchFilter(RuleMatchFilter filter)
Add a
RuleMatchFilter for post-processing of rule matches
Filters are called sequentially in the same order as added |
Modifier and Type | Class and Description |
---|---|
class |
CleanOverlappingFilter |
class |
DictionaryMatchFilter |
class |
DictionarySpellMatchFilter
Filter spelling error with phrases the users wants to have accepted.
|
class |
LanguageDependentFilter |
class |
LanguageDependentMergeSuggestionFilter |
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).
|