Skip to content

Commit aad03cd

Browse files
QiuQiu
authored andcommitted
test
1 parent 1dd6320 commit aad03cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fnlp-core/src/test/java/org/fnlp/ml/eval/SeqEvalTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public void test() throws IOException {
3939

4040

4141
// String filePath = "./paperdata/ctb6-seg/work/ctb_三列式结果_0.txt";
42-
String dictpath = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\all.dict";
43-
String filePath = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\testSeg.txt";
42+
String dictpath = "D:\\项目\\9.评测\\NLPCC2015分词\\data_4.0.1\\all.dict";
43+
String filePath = "D:\\项目\\9.评测\\NLPCC2015分词\\data_4.0.1\\testSeg.txt";
4444
// String dictpath = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\all.dict";
4545

4646
// filePath = "./example-data/sequence/seq.res";

fnlp-train/src/main/java/org/fnlp/train/seg/DICT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public class DICT {
4848
*/
4949
public static void main(String[] args) throws Exception {
5050
DICT dic = new DICT();
51-
String file = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\trainSeg.txt";
52-
String dicfile = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\all.dict";
51+
String file = "D:\\项目\\9.评测\\NLPCC2015分词\\data_4.0.1\\trainSeg.txt";
52+
String dicfile = "D:\\项目\\9.评测\\NLPCC2015分词\\data_4.0.1\\all.dict";
5353
BMES2DICT(file,dicfile);
5454

5555
System.out.println(new Date().toString());

0 commit comments

Comments
 (0)