Interface | Description |
---|---|
Eval |
An interface which can be implemented by anything that evaluates
one tree at a time and then prints out a summary when done.
|
Class | Description |
---|---|
AbstractEval |
A framework for Set-based precision/recall/F1 evaluation.
|
AbstractEval.CatErrorEval |
This class counts which categories are over and underproposed in trees.
|
AbstractEval.RuleErrorEval | |
AbstractEval.ScoreEval |
This isn't really a kind of AbstractEval: we're sort of cheating here.
|