Skip to content

Commit

Permalink
seqeval
Browse files Browse the repository at this point in the history
  • Loading branch information
xpqiu committed Apr 17, 2015
1 parent 4e1dd42 commit 76f8f85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fnlp-core/src/main/java/org/fnlp/ml/eval/SeqEval.java
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,13 @@ public String calcByType2() {


/**
* 从reader中提取实体,存到相应的队列中,并统计固定长度实体的个数,存到相应的map中
* 从reader中提取实体,存到相应的队列中,并统计固定长度实体的个数,存到相应的map中
* 格式为: 字+预测标签+正确标签
* 中 B B
* 国 E S
* 队 S B
* 赢 S E
* 了 S S
* @param filePath 结果文件
* @throws IOException
*/
Expand Down

0 comments on commit 76f8f85

Please sign in to comment.