All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
checkForInterrupt() |
static Map<Pair<Integer,Integer>,Boolean> |
getLabeledMentionPairs(Document document) |
static List<Pair<Integer,Integer>> |
getMentionPairs(Document document) |
static List<Mention> |
getSortedMentions(Document document) |
static Map<Pair<Integer,Integer>,Boolean> |
getUnlabeledMentionPairs(Document document) |
static Map<Integer,List<Integer>> |
heuristicFilter(List<Mention> sortedMentions,
int maxMentionDistance,
int maxMentionDistanceWithStringMatch) |
static void |
mergeCoreferenceClusters(Pair<Integer,Integer> mentionPair,
Document document) |
static void |
removeSingletonClusters(Document document) |