Preetam Shah - 2015-01-28

String prop = "classifiers/austen.prop";
Properties props = StringUtils.propFileToProperties(prop);

SeqClassifierFlags flags = new SeqClassifierFlags(props);
CRFClassifier<CoreLabel> crf = new CRFClassifier<CoreLabel>(flags);
crf.train();