5758596061626364656667
}; ACRF acrf = new ACRF (pipe, tmpls); ACRFTrainer trainer = new DefaultAcrfTrainer (); trainer.train (acrf, training, null, testing, 99999); FileUtils.writeGzippedObject (crfFile, acrf); } }