Package org.apache.ctakes.relationextractor.eval.SHARPXMI

Examples of org.apache.ctakes.relationextractor.eval.SHARPXMI.EvaluationOptions


      LIBLINEARStringOutcomeDataWriter.class,
      new String[] { "-s", "1", "-c", "0.5" });

  public static void main(String[] args) throws Exception {
    // parse the options, validate them, and generate XMI if necessary
    final EvaluationOptions options = CliFactory.parseArguments(EvaluationOptions.class, args);
    SHARPXMI.validate(options);
    SHARPXMI.generateXMI(options);

    // determine the grid of parameters to search through
    // for the full set of LIBLINEAR parameters, see:
View Full Code Here

TOP

Related Classes of org.apache.ctakes.relationextractor.eval.SHARPXMI.EvaluationOptions

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.