Package org.languagetool.rules
Class CleanOverlappingFilter
- java.lang.Object
-
- org.languagetool.rules.CleanOverlappingFilter
-
- All Implemented Interfaces:
RuleMatchFilter
public class CleanOverlappingFilter extends Object implements RuleMatchFilter
-
-
Constructor Summary
Constructors Constructor Description CleanOverlappingFilter(Language lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RuleMatch>
filter(List<RuleMatch> ruleMatches)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.languagetool.rules.RuleMatchFilter
filter
-
-