public interface CorefMentionFinder
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.List<Mention>> |
extractPredictedMentions(Annotation doc,
int maxGoldID,
Dictionaries dict)
Get all the predicted mentions for a document.
|
java.util.List<java.util.List<Mention>> extractPredictedMentions(Annotation doc, int maxGoldID, Dictionaries dict)
doc - The syntactically annotated documentmaxGoldID - The last mention ID assigned. New ones are assigned starting one above this number.dict - Dictionaries for coref.