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 TypeClassDescriptionclassAccepts rule matches if a date doesn't match the accompanying weekday, e.g.classChecks if a given date is in the future Used for mismatch detection between verb tense and a given dateclassAccepts 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).classChecks whether the date range is valid, i.e., that the starting date happens before the end date.classFilters rule matches so that only matches are kept where a part of the token has a given POS tag.classChecks 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 RuleFilterAbstractPatternRule.filterprivate final RuleFilterRuleFilterEvaluator.filterMethods 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