Uses of Interface
org.languagetool.rules.RuleMatchFilter
Packages that use RuleMatchFilter
-
Uses of RuleMatchFilter in org.languagetool
Fields in org.languagetool with type parameters of type RuleMatchFilterMethods in org.languagetool with parameters of type RuleMatchFilterModifier and TypeMethodDescriptionvoid
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 RuleMatchFilterModifier and TypeClassDescriptionclass
class
class
class
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
Filter rule matches so that only the first match is kept from overlapping matches with the same rule group (actually: the same id).