Uses of Interface
org.languagetool.rules.RuleMatchFilter
-
Packages that use RuleMatchFilter Package Description org.languagetool org.languagetool.rules -
-
Uses of RuleMatchFilter in org.languagetool
Fields in org.languagetool with type parameters of type RuleMatchFilter Modifier and Type Field Description private java.util.List<RuleMatchFilter>JLanguageTool. matchFiltersMethods in org.languagetool with parameters of type RuleMatchFilter Modifier and Type Method Description voidJLanguageTool. addMatchFilter(@NotNull RuleMatchFilter filter)Add aRuleMatchFilterfor 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 classCleanOverlappingFilterclassDictionaryMatchFilterclassLanguageDependentFilterclassRuleWithMaxFilterFilter rule matches so that only the longest match is kept from overlapping matches with the same rule that contains tokens with maxOccurrence > 1.classSameRuleGroupFilterFilter rule matches so that only the first match is kept from overlapping matches with the same rule group (actually: the same id).
-