Package opennlp.tools.parser
Klasse ParserEvaluator
This implementation of
Evaluator<Parse>
behaves like EVALB
with no exceptions,
e.g, without removing punctuation tags, or equality between ADVP
and PRT
, as
in
COLLINS convention.
To follow parsing evaluation conventions (Bikel, Collins, Charniak, etc.) as in EVALB
,
options are to be added to the ParserEvaluatorTool
.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungParserEvaluator
(Parser aParser, ParserEvaluationMonitor... monitors) Initializes aParserEvaluator
instance with the givenParser
. -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.util.eval.Evaluator
evaluate, evaluateSample
-
Konstruktordetails
-
ParserEvaluator
Initializes aParserEvaluator
instance with the givenParser
.- Parameter:
aParser
- TheParser
to evaluate.monitors
- Theevaluation listeners
.
-
-
Methodendetails
-
getFMeasure
-