File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
fnlp-core/src/test/java/org/fnlp/ml/eval
fnlp-train/src/main/java/org/fnlp/train/seg Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public void test() throws IOException {
39
39
40
40
41
41
// 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" ;
44
44
// String dictpath = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\all.dict";
45
45
46
46
// filePath = "./example-data/sequence/seq.res";
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ public class DICT {
48
48
*/
49
49
public static void main (String [] args ) throws Exception {
50
50
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" ;
53
53
BMES2DICT (file ,dicfile );
54
54
55
55
System .out .println (new Date ().toString ());
You can’t perform that action at this time.
0 commit comments