|
Class Summary |
| BCubedBase |
Base class for scorers that implement some version of Bagga and Baldwin's
B-Cubed scoring algorithm. |
| BCubedScorer |
Computes the within-document B-Cubed F-Score for a collection of documents. |
| BCubedUniformPerMentionBase |
Base class for scorers that compute the B-Cubed F-Score
for a collection of documents, giving equal weight to each mention. |
| ChainScorer<T> |
Base class for scorers that process ChainSolutions. |
| Scorer<ST extends Solution> |
Base class for scorers that take a predicted solution
and an answer key and return some quality metric. |