Skip to content

v1.7.3常规维护

Compare
Choose a tag to compare
@hankcs hankcs released this 20 Apr 05:46
· 655 commits to master since this release
  • 感知机词法分析器默认使用98年人民日报6个月的大模型
  • 优化DoubleArrayTrie fix #1136
  • CRFNERecognizer支持在构造时传入自定义命名实体标签,新增addNERLabels方法 @zhangruinan
  • 防止ViterbiSegment.dat不必要的初始化
  • 修复词法分析器对动态插入的词条的处理 fix #271 (comment)
  • 词法分析器seg接口支持自定义词性覆盖统计词性 fix #1156
  • 修订拼音
  • 新数据包data-for-1.7.3.zip网盘md5=4e4f3695565a75b56427ba4a40731949
  • Portable版同步升级到v1.7.3
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.7.3</version>
        </dependency>

🎉感谢所有在issue中提出宝贵建议的用户!