this.pathToTrecTopics = pathToTrecTopics;
outputObjects = new JsonObject();
}
public void harvest() {
TrecTemporalTopicSet topicsFile = null;
try {
topicsFile = TrecTemporalTopicSet.fromFile(new File(pathToTrecTopics));
} catch (Exception e) {
e.printStackTrace();
}