process(inputFiles, reader, component, "Decoding:", FLAG_DECODE, -1);
}
public void train(JointFtrXml[] xmls, String[] trainFiles, String modelFile, Element eConfig, String mode) throws Exception
{
JointReader reader = getJointReader(UTXml.getFirstElementByTagName(eConfig, TAG_READER));
AbstractOnlineStatisticalComponent<? extends AbstractState> component = preBootstrap(xmls, trainFiles, reader, eConfig, mode, -1);
Element eMode = UTXml.getFirstElementByTagName(eConfig, mode);
NodeList eTrains = eMode.getElementsByTagName(TAG_TRAIN);
int boot = 0, nBootstraps = getNumberOfBootstraps(eMode);