.main(new String[] { rawinput, rawgraph, dict });
} else {
new CreateWordCountGraph().main(new String[] { rawinput, rawgraph });
}
LOG.info("Create graph finished in : " + timer.time_since_last()
+ " seconds");
} catch (Exception e) {
e.printStackTrace();