Skip to content

v1.8.4 常规维护

Latest
Compare
Choose a tag to compare
@hankcs hankcs released this 25 Feb 01:00
· 8 commits to 1.x since this release
  • 将<>视作分隔符 fix https://bbs.hankcs.com/t/topic/4527
  • Segment 添加是否进行 Normalize 的配置方法 close #1714
  • 修复文本推荐的评分器分数计算时 scorer.boost 的 bug fix: #1718
  • bugfix: 修复 bintrie 树全分词时 提前跳出循环 bug by @carl10086 in #1775
  • 自定义词典支持.tsv格式 fix: #1785
  • 修复自定义词典路径传参 fix: #1799
  • 为DoubleArrayTrie增加enableFastBuild by @qiangwang in #1805
  • 数据包兼容data-for-1.7.5.zip md5=1d9e1be4378b2dbc635858d9c3517aaa
  • Portable版同步升级到v1.8.4
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.8.4</version>
        </dependency>

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

New Contributors

Full Changelog: v1.8.3...v1.8.4