{
try
{
Element eConfig = UTXml.getDocumentElement(new FileInputStream(configXml));
List<String[]> filenames = getFilenames(inputPath, inputExt, outputExt);
NLPDecoder decoder = getDecoder(mode);
decoder.decode(eConfig, filenames);
}
catch (Exception e) {e.printStackTrace();}
}