public class Evaluate extends Object
TokenNameFinderEvaluator.| Constructor and Description |
|---|
Evaluate(Properties props)
Construct an evaluator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detailEvaluate()
Evaluate and print the precision, recall and F measure per
named entity class.
|
void |
evalError()
Evaluate and print every error.
|
void |
evaluate()
Evaluate and print precision, recall and F measure.
|
public Evaluate(Properties props) throws IOException
props - the properties parameterIOException - the io exceptionpublic final void evaluate()
throws IOException
IOException - if test corpus not loadedpublic final void detailEvaluate()
throws IOException
IOException - if test corpus not loadedpublic final void evalError()
throws IOException
IOException - if test corpus not loadedCopyright © 2016 IXA pipes. All rights reserved.