Examples of JointParerTester


Examples of org.fnlp.nlp.parser.dep.train.JointParerTester

  private static void eval() throws Exception{

    File modelF = new File(model);
    bw.println("模型大小:"+modelF.length()/1000000.0);
    JointParerTester tester  = new JointParerTester(model);
    tester.test(testfile, output, "UTF8");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.