hankcs / HanLP

中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
https://hanlp.hankcs.com/
Apache License 2.0
33.97k stars 10.18k forks source link

fix:修复CWSEvaluator比较切分语句时的计算错误 #1853

Closed webSue closed 1 year ago

webSue commented 1 year ago

fix:修复CWSEvaluator比较切分语句时的计算错误

Description

CWSEvaluator类中的compare方法比较标准答案与分词结果时,循环逐一比较词语时,predLen的计算存在错误,增加了另一个数组的对应index位置词语的长度,而不是predArray本身数组的

Type of Change

Please check any relevant options and delete the rest.

How Has This Been Tested?

运行CWSEvaluatorTest的testGetPRF()方法debug即可

Checklist

Check all items that apply.

hankcs commented 1 year ago

感谢指正!