System.out.println("Found LLDA model "+description);
llda = LLDATopicModel.load(topicType,description);
} else {
System.out.println("Couldn't find LLDA model "+description+", creating new one");
llda = new LLDATopicModel(corpus,burn,sample,lag,1,0.01);
llda.runGibbsSampling();
llda.save(description);
}
try {
//Get the document topic distributions and store these