XMIReader.PARAM_XMI_DIRECTORY,
options.getXMIDirectory()));
int totalDocTimeRels = 0;
int totalInconsistentDocTimeRels = 0;
for (JCas jCas : new JCasIterable(reader, aggregateBuilder.createAggregate())) {
String text = jCas.getDocumentText();
JCas goldView = jCas.getView("GoldView");
// group events by their narrative container
Multimap<Annotation, EventMention> containers = HashMultimap.create();