org.cogroo.tools.checker
Class TypedCheckerComposite
java.lang.Object
org.cogroo.tools.checker.GenericCheckerComposite<Sentence>
org.cogroo.tools.checker.TypedCheckerComposite
- All Implemented Interfaces:
- GenericChecker<Sentence>, TypedChecker
public class TypedCheckerComposite
- extends GenericCheckerComposite<Sentence>
- implements TypedChecker
TypedCheckerComposite
public TypedCheckerComposite(List<TypedChecker> aChildCheckers,
boolean aAllowOverlaps)
check
public List<Mistake> check(Sentence sentence)
- Description copied from interface:
GenericChecker
- Check the sentence for errors.
- Specified by:
check
in interface GenericChecker<Sentence>
- Parameters:
sentence
- the sentence
- Returns:
- errors
Copyright © 2012-2013 CoGrOO. All Rights Reserved.