Uses of Class
org.languagetool.rules.patterns.RuleFilter
Packages that use RuleFilter
-
Uses of RuleFilter in org.languagetool.rules
Subclasses of RuleFilter in org.languagetool.rulesModifier and TypeClassDescriptionclass
Accepts rule matches if a date doesn't match the accompanying weekday, e.g.class
Checks if a given date is in the future Used for mismatch detection between verb tense and a given dateclass
Accepts rule matches if we are in the first days of a new year and the user may have entered a date with the old year (but not a date in December).class
Checks whether the date range is valid, i.e., that the starting date happens before the end date.class
Filters rule matches so that only matches are kept where a part of the token has a given POS tag.class
Checks whether a shortened year range (such as '1998-92') is valid, i.e., that the starting date happens before the end date.class
-
Uses of RuleFilter in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as RuleFilterModifier and TypeFieldDescriptionprotected RuleFilter
AbstractPatternRule.filter
private final RuleFilter
RuleFilterEvaluator.filter
Methods in org.languagetool.rules.patterns that return RuleFilterMethods in org.languagetool.rules.patterns with parameters of type RuleFilterConstructors in org.languagetool.rules.patterns with parameters of type RuleFilter