Skip to content

Commit a5efa69

Browse files
committed
开放 CWSEvaluator.Result 内部成员 fix https://bbs.hankcs.com/t/topic/887
1 parent 19809f3 commit a5efa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hankcs/hanlp/seg/common/CWSEvaluator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public static Result evaluate(String goldFile, String predFile, String dictPath)
246246

247247
public static class Result
248248
{
249-
float P, R, F1, OOV_R, IV_R;
249+
public float P, R, F1, OOV_R, IV_R;
250250

251251
public Result(float p, float r, float f1, float OOV_R, float IV_R)
252252
{

0 commit comments

Comments
 (0)