public class ErrorSummary
extends java.lang.Object
Constructor and Description |
---|
ErrorSummary() |
Modifier and Type | Method and Description |
---|---|
void |
add(CorefErrorType errorType) |
void |
append(java.lang.StringBuilder sb) |
void |
clear() |
CorefErrorType |
getClusterType() |
int |
getCount(CorefErrorType errorType) |
int |
getTotalMentionCount() |
boolean |
hasErrors() |
public void clear()
public void add(CorefErrorType errorType)
public int getCount(CorefErrorType errorType)
public int getTotalMentionCount()
public boolean hasErrors()
public CorefErrorType getClusterType()
public void append(java.lang.StringBuilder sb)