Uses of Class
com.gengoai.parsing.Evaluator
-
Packages that use Evaluator Package Description com.gengoai.parsing -
-
Uses of Evaluator in com.gengoai.parsing
Methods in com.gengoai.parsing with parameters of type Evaluator Modifier and Type Method Description <O> O
Parser. evaluate(Evaluator<? extends O> evaluator)
Parses the given resource and evaluates it with the given evaluator.<O> List<O>
Parser. evaluateAll(Evaluator<? extends O> evaluator)
Parses the given string and evaluates it with the given evaluator.
-