System.out.println("Init...");
if(true) {
CollocationsBySort is = new CollocationsBySort();
System.out.println(files.size());
NewNGramTfDf nngtfdf = new NewNGramTfDf();
nngtfdf.run(files);
List<String> t = nngtfdf.extractedTerms;
List<Set<Integer>> d = nngtfdf.docContents;
nngtfdf = null;
is.acceptInput(d, t);
//is.run(files);