166167168169170171172173174175176
browser2 = config.getString("pagelyzer.run.default.parameter.browser2"); if(isTrain) { sc = new ScapeTrain(); try { sc.init(new File(cfile)); } catch (Exception ex) { System.err.println("Marcalize could not be initialized"); System.exit(0);