Uses of Interface
org.languagetool.rules.RuleMatchFilter
-
Packages that use RuleMatchFilter Package Description org.languagetool org.languagetool.rules -
-
Uses of RuleMatchFilter in org.languagetool
Methods in org.languagetool with parameters of type RuleMatchFilter Modifier and Type Method Description void
JLanguageTool. addMatchFilter(@NotNull RuleMatchFilter filter)
Add aRuleMatchFilter
for post-processing of rule matches Filters are called sequentially in the same order as added -
Uses of RuleMatchFilter in org.languagetool.rules
Classes in org.languagetool.rules that implement RuleMatchFilter Modifier and Type Class Description class
CleanOverlappingFilter
class
DictionaryMatchFilter
class
LanguageDependentFilter
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).
-