mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
update changelog.md
This commit is contained in:
parent
8df0a1c89e
commit
d6f114cd73
@ -5,6 +5,7 @@
|
|||||||
1. 适当使用`vector::reserve`,约提高性能`30%`。
|
1. 适当使用`vector::reserve`,约提高性能`30%`。
|
||||||
2. 在`1.`的基础上,使用`Limonp/LocalVector.hpp`作为`Unicode`的类型,约提高性能 `13%`。
|
2. 在`1.`的基础上,使用`Limonp/LocalVector.hpp`作为`Unicode`的类型,约提高性能 `13%`。
|
||||||
3. 使 `cjserver` 支持用户自定义词典,通过在 `conf/server.conf` 里面配置 `user_dict_path` 来实现。
|
3. 使 `cjserver` 支持用户自定义词典,通过在 `conf/server.conf` 里面配置 `user_dict_path` 来实现。
|
||||||
|
4. 修复 `MPSegmentor` 切词时,当句子中含有特殊字符时,切词结果不完整的问题。
|
||||||
|
|
||||||
## v2.4.1
|
## v2.4.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user