Package edu.mit.multimodal.coreference

Class Summary
ArffMaker ArffMaker Reads in coreference-annotated AG xml files.
CoreferenceTester  
CoreferenceTree  
GestureArffMaker Same as ArffMaker but uses gesture features too Takes a prefix, not a file in the constructor, so it can locate both the
GestureArffMaker.Focus  
Markable  
MarkableManager ArffMaker Reads in coreference-annotated AG xml files.
MUC6DecisionTree  
MUC6ModelSelection  
MUC6Results TP, FP, and FN have slightly different semantics in MUC-6 This necessitates different formulas for recall and precision TP = total number of markables - number of entities in the key = # of links required to make the KEY FN = number of links needed to be added to the RESPONSE to get to the KEY FP = number of links needed to be added to the KEY to get to the RESPONSE TN = total number of markables - number of entities in the response = # of links required to make the re recall = (TP - FN) / TP prec = (TP - FP) / TP
MUC6ResultTracker Tracks SegmentResults across multiple runs or trials or whatever...
MUC6Split  
PalinkaScrubber