public class FilteredEval extends AbstractEval
AbstractEval.CatErrorEval, AbstractEval.RuleErrorEval, AbstractEval.ScoreEvalcurF1, num, runningAverages, str| Constructor and Description |
|---|
FilteredEval(String str,
boolean runningAverages,
Filter<Tree> subtreeFilter) |
| Modifier and Type | Method and Description |
|---|---|
static FilteredEval |
childFilteredEval(String str,
boolean runningAverages,
TreebankLanguagePack tlp,
String childPattern)
Returns an eval which is good for counting the attachment of
specific node types.
|
protected Set<?> |
makeObjects(Tree tree) |
display, display, evaluate, evaluate, evaluate, getEvalbF1, getEvalbF1Percent, getExact, getExactPercent, getLastF1, getNum, getSentAveF1, precisionprotected Set<?> makeObjects(Tree tree)
makeObjects in class AbstractEvalpublic static FilteredEval childFilteredEval(String str, boolean runningAverages, TreebankLanguagePack tlp, String childPattern)