public class CorefPrinter extends Object
| Constructor and Description |
|---|
CorefPrinter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
printConllOutput(Document document,
boolean gold) |
static String |
printConllOutput(Document document,
boolean gold,
boolean filterSingletons) |
static String |
printConllOutput(Document document,
List<List<Mention>> orderedMentions,
boolean gold) |