*/
public TestFileListener(String testfile, Configuration config,
boolean debug, Processor processor,
boolean showmatches, boolean pretty)
throws IOException {
InMemoryLinkDatabase testdb = new InMemoryLinkDatabase();
//testdb.setDoInference(true);
LinkDatabaseUtils.loadTestFile(testfile, testdb);
init(testdb, config, debug, processor, showmatches, pretty);
}