public abstract class DocumentScorer extends Object
| Constructor and Description |
|---|
DocumentScorer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
report()
report to standard output the score for the most recently
processed document pair.
|
abstract void |
score(Document responseDoc,
Document keyDoc)
compute a coreference score between two documents,
responseDoc and keyDoc. |
abstract void |
summary()
report the overall score for all documents processed so far.
|
public abstract void score(Document responseDoc, Document keyDoc)
responseDoc and keyDoc.public abstract void report()
public abstract void summary()
Copyright © 2016 New York University. All rights reserved.