Exemplo n.º 1
0
 public static void main(String[] args) throws Exception {
   // Modeler is either LDA or mallet
   XMLParser parser = new XMLParser();
   parser.processPosts(args[0], args[1]);
 }