- CRF模型重构为对数线性模型,复用感知机框架的维特比解码算法,速度提高10倍
![speed](https://user-images.githubusercontent.com/5326890/42154501-81aeb396-7e18-11e8-85ad-075deaf874f8.png)
- 正式废弃CRFSegment,删除`CRFSegmentModel.txt.bin`
- 句法分析器默认使用NLPTokenizer
- 修复新Nature框架下角色标注机构名识别问题:https://github.com/hankcs/HanLP/issues/870
- 新旧模型不兼容,请下载新数据包[data-for-1.6.6.zip](http://hanlp.linrunsoft.com/release/data-for-1.6.6.zip) `md5=aea7194670d89f920d59a592568c88ad`
- Portable版同步升级到v1.6.6
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.6.6</version>
</dependency>
:tada:感谢所有在issue中提出宝贵建议的用户!