public class Evaluate extends Object
ChunkerEvaluator.| Constructor and Description |
|---|
Evaluate(String testData,
String model)
Construct an evaluator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detailEvaluate()
Detail evaluation of a model, outputting the report a file.
|
void |
evalError()
Evaluate and print every error.
|
void |
evaluate()
Evaluate and print precision, recall and F measure.
|
public Evaluate(String testData, String model) throws IOException
testData - the reference data to evaluate againstmodel - the model to be evaluatedIOException - if input data not availablepublic final void evaluate()
throws IOException
IOException - if test corpus not loadedpublic final void detailEvaluate()
throws IOException
IOException - the io exception if not output file providedpublic final void evalError()
throws IOException
IOException - if test corpus not loadedCopyright © 2016 IXA pipes. All rights reserved.