Package org.fnlp.nlp.parser.dep.train

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

Related Classes of org.fnlp.nlp.parser.dep.train.JointParerTester

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.