{
mod.addParameters(bowMod.getAttribute("config"));
}
mod.setDict(dict);
mod.init();
dict.addModifier(mod);
}
//Load the test sets
System.out.println("Loading test sets");
NodeList docs=root.getElementsByTagName("testset");
ArrayList<String> testsetsnames=new ArrayList<String>(docs.getLength());