* 修复动态自定义词典与CustomDictionaryForcing的搭配问题 fix https://github.com/hankcs/HanLP/issues/1712
* 调整`莎=sha1,suo1` fix https://github.com/hankcs/HanLP/issues/1670
* 根据总词频动态决定未登录词的默认词频
* DoubleArrayTrie里的LongestSearcher的next支持null作为值 by tiandiweizun in https://github.com/hankcs/HanLP/pull/1674
* Update DoubleArrayTrie.java的注释 by TITC in https://github.com/hankcs/HanLP/pull/1699
* 数据包兼容[data-for-1.7.5.zip](https://file.hankcs.com/hanlp/data-for-1.7.5.zip)` md5=1d9e1be4378b2dbc635858d9c3517aaa`
* Portable版同步升级到v1.8.3
xml
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.8.3</version>
</dependency>
**Full Changelog**: https://github.com/hankcs/HanLP/compare/v1.8.2...v1.8.3
New Contributors
* TITC made their first contribution in https://github.com/hankcs/HanLP/pull/1699
:tada:感谢所有在issue中提出宝贵建议的用户!