Skip to content

Commit 76f8f85

Browse files
committed
seqeval
1 parent 4e1dd42 commit 76f8f85

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fnlp-core/src/main/java/org/fnlp/ml/eval/SeqEval.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,13 @@ public String calcByType2() {
572572

573573

574574
/**
575-
* 从reader中提取实体,存到相应的队列中,并统计固定长度实体的个数,存到相应的map中
575+
* 从reader中提取实体,存到相应的队列中,并统计固定长度实体的个数,存到相应的map中
576+
* 格式为: 字+预测标签+正确标签
577+
* 中 B B
578+
* 国 E S
579+
* 队 S B
580+
* 赢 S E
581+
* 了 S S
576582
* @param filePath 结果文件
577583
* @throws IOException
578584
*/

0 commit comments

Comments
 (0)