required = false)
public File outputRoot = new File("target/out/xmi/");
public static void main(String[] args) throws UIMAException, IOException {
Options options = new Options();
options.parseOptions(args);
File textRoot = options.textRoot;
File xmlRoot = options.xmlRoot;
File outputRoot = options.outputRoot;