analyzer.analyze(analysis);
analyzer.waitForAnalysis(analysis);
System.out.println("analyze done");
StringWriter out = new StringWriter();
jsonWriter.write(out, analysis.calculateHighestProbablePatterns());
System.out.println("analyze really done");
return out.getBuffer().toString();
}
public ParallelFinder build() throws IOException {