Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu authored and Qiu committed Nov 24, 2015
1 parent 1dd6320 commit aad03cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fnlp-core/src/test/java/org/fnlp/ml/eval/SeqEvalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public void test() throws IOException {


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

// filePath = "./example-data/sequence/seq.res";
Expand Down
4 changes: 2 additions & 2 deletions fnlp-train/src/main/java/org/fnlp/train/seg/DICT.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class DICT {
*/
public static void main(String[] args) throws Exception {
DICT dic = new DICT();
String file = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\trainSeg.txt";
String dicfile = "D:\\项目\\9.评测\\NLPCC2015分词\\data21_No_0\\all.dict";
String file = "D:\\项目\\9.评测\\NLPCC2015分词\\data_4.0.1\\trainSeg.txt";
String dicfile = "D:\\项目\\9.评测\\NLPCC2015分词\\data_4.0.1\\all.dict";
BMES2DICT(file,dicfile);

System.out.println(new Date().toString());
Expand Down

0 comments on commit aad03cd

Please sign in to comment.