Package org.apache.ctakes.relationextractor.eval.PreprocessAndWriteXmi

Examples of org.apache.ctakes.relationextractor.eval.PreprocessAndWriteXmi.Options


      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;
View Full Code Here

TOP

Related Classes of org.apache.ctakes.relationextractor.eval.PreprocessAndWriteXmi.Options

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.