public class Evaluator extends Object
| Constructor and Description |
|---|
Evaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(Document systemOut,
Document goldOut) |
double |
getPrecision() |
double |
getPrecision(String type) |
double |
getRecall() |
double |
getRecall(String type) |
Collection<String> |
getTypes() |
public Collection<String> getTypes()
public double getPrecision(String type)
public double getPrecision()
public double getRecall(String type)
public double getRecall()
Copyright © 2016 New York University. All rights reserved.