public interface CorefMentionFinder
Modifier and Type | Method and Description |
---|---|
List<List<Mention>> |
extractPredictedMentions(Annotation doc,
int maxGoldID,
Dictionaries dict)
Get all the predicted mentions for a document.
|
List<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.