this.filepath = filepath;
this.title = title;
if (title == null || title.equals(""))
this.title = getTitleFromPath(filepath);
this.docType = DocumentHelper.getDocType(filepath);
this.language = new English();
this.eventSets = new HashMap<EventDriver, EventSet>();
this.canonicizers = new ArrayList<Canonicizer>();
this.eventCullers = new ArrayList<EventCuller>();
results = new HashMap<AnalysisDriver, List<Pair<String,Double>>>();
}