Uses of Class
org.languagetool.rules.patterns.RuleFilter
-
Packages that use RuleFilter Package Description org.languagetool.rules org.languagetool.rules.patterns -
-
Uses of RuleFilter in org.languagetool.rules
Subclasses of RuleFilter in org.languagetool.rules Modifier and Type Class Description classAbstractDateCheckFilterAccepts rule matches if a date doesn't match the accompanying weekday, e.g.classAbstractFutureDateFilterChecks if a given date is in the future Used for mismatch detection between verb tense and a given dateclassAbstractNewYearDateFilterAccepts 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).classDateRangeCheckerChecks whether the date range is valid, i.e., that the starting date happens before the end date.classPartialPosTagFilterFilters rule matches so that only matches are kept where a part of the token has a given POS tag.classShortenedYearRangeCheckerChecks whether a shortened year range (such as '1998-92') is valid, i.e., that the starting date happens before the end date.classWhitespaceCheckFilter -
Uses of RuleFilter in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as RuleFilter Modifier and Type Field Description protected RuleFilterAbstractPatternRule. filterprivate RuleFilterRuleFilterEvaluator. filterMethods in org.languagetool.rules.patterns that return RuleFilter Modifier and Type Method Description @Nullable RuleFilterAbstractPatternRule. getFilter()RuleFilterRuleFilterCreator. getFilter(java.lang.String className)Methods in org.languagetool.rules.patterns with parameters of type RuleFilter Modifier and Type Method Description voidAbstractPatternRule. setFilter(RuleFilter filter)Constructors in org.languagetool.rules.patterns with parameters of type RuleFilter Constructor Description RuleFilterEvaluator(RuleFilter filter)
-