Package org.apache.ctakes.ytex.kernel

Examples of org.apache.ctakes.ytex.kernel.BaseClassifierEvaluationParser


    if (args.length < 2) {
      System.out.println("Usage: java "
          + SemiLEvaluationParser.class.getName()
          + "dataDir outputDir");
    } else {
      BaseClassifierEvaluationParser parser = KernelContextHolder
          .getApplicationContext().getBean(
              SemiLEvaluationParser.class);
      parser.parseDirectory(new File(args[0]), new File(args[1]));
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.ctakes.ytex.kernel.BaseClassifierEvaluationParser

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.