Skip to content

v1.7.1高速缓存、动态词典

Compare
Choose a tag to compare
@hankcs hankcs released this 23 Dec 04:27
· 659 commits to master since this release
  • 新增可自定义用户词典的维特比分词器 @AnyListen
  • 利用BufferedOutputStream加速缓存生成,快37倍
  • 自定义词典兼容含有空格的路径 fix #1025
  • 增加isCustomNature方法
  • 使热更新产生的缓存文件包含用户词性 fix #1028
  • 修复可变DAT的entrySet方法 fix #1038
  • 微调ngram,简繁等
  • 新数据包data-for-1.7.1.zip MD5 = 9b8faa7fc7fddb24e27da27bd404126d
  • Portable版同步升级到v1.7.1
        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.7.1</version>
        </dependency>

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