| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| hanlp-1.8.5-release.zip | 2024-11-16 | 1.8 MB | |
| README.md | 2024-11-16 | 1.0 kB | |
| v1.8.5 Chang Gui Wei Hu source code.tar.gz | 2024-11-16 | 22.1 MB | |
| v1.8.5 Chang Gui Wei Hu source code.zip | 2024-11-16 | 22.6 MB | |
| Totals: 4 Items | 46.5 MB | 0 | |
What's Changed
- 修复mini二元文法在JRE初始化后第一次分词可能出现的不一致 fix: https://github.com/hankcs/HanLP/issues/1851#issuecomment-1767808746
- 修复ViterbiSegment分词器中加载自定义词典时未替换DoubleArrayTrie导致分词不符合预期的问题 by @wxy929629 in https://github.com/hankcs/HanLP/pull/1835
- fix:修复CWSEvaluator比较切分语句时的计算错误 by @webSue in https://github.com/hankcs/HanLP/pull/1853
- 数据包兼容data-for-1.7.5.zip
md5=1d9e1be4378b2dbc635858d9c3517aaa -
Portable版同步升级到v1.8.5
:::xml <dependency> <groupId>com.hankcs</groupId> <artifactId>hanlp</artifactId> <version>portable-1.8.5</version> </dependency>
New Contributors
- @wxy929629 made their first contribution in https://github.com/hankcs/HanLP/pull/1835
Full Changelog: https://github.com/hankcs/HanLP/compare/v1.8.4...v1.8.5