mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
v5.3.0
This commit is contained in:
parent
90174da597
commit
00c8f8fa84
@ -1,5 +1,10 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v5.3.0
|
||||
|
||||
+ [c++17,c++20] compatibility
|
||||
+ limonp version 0.6.7 -> 0.9.0
|
||||
|
||||
## v5.2.0
|
||||
|
||||
+ [CI] windows-[2019,2022]
|
||||
|
@ -5,8 +5,6 @@
|
||||
[](https://github.com/yanyiwu/cppjieba)
|
||||
[](http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html)
|
||||
[](https://github.com/yanyiwu/cppjieba/releases)
|
||||
[](http://yanyiwu.mit-license.org)
|
||||
[](https://ci.appveyor.com/project/yanyiwu/cppjieba/branch/master)
|
||||
|
||||
## 简介
|
||||
|
||||
@ -30,7 +28,7 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本
|
||||
### 下载和编译
|
||||
|
||||
```sh
|
||||
git clone --depth=10 --branch=master https://github.com/yanyiwu/cppjieba.git
|
||||
git clone https://github.com/yanyiwu/cppjieba.git
|
||||
cd cppjieba
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
Loading…
x
Reference in New Issue
Block a user