616263646566676869
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"); } }