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