| Constructor and Description |
|---|
POSEvaluate(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 word accuracy.
|
public POSEvaluate(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()
public final void detailEvaluate()
detailEvaluate in interface EvaluateCopyright © 2016 IXA pipes. All rights reserved.