mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix issue #70
This commit is contained in:
parent
0bf9341dd6
commit
ec848581b2
@ -2,8 +2,9 @@
|
||||
|
||||
## next version
|
||||
|
||||
+ add TextRankExtractor by [@questionfish]
|
||||
+ add Jieba::ResetSeparators api for some special situation, for example in [issue67]
|
||||
+ add TextRankExtractor by [@questionfish] in [pull request 65](https://github.com/yanyiwu/cppjieba/pull/65)
|
||||
+ add Jieba::ResetSeparators api for some special situation, for example in [issue67](https://github.com/yanyiwu/cppjieba/issues/67)
|
||||
+ fix [issue70](https://github.com/yanyiwu/cppjieba/issues/70)
|
||||
|
||||
## v4.8.0
|
||||
|
||||
@ -228,4 +229,3 @@ upgrade:
|
||||
[qinwf]:https://github.com/yanyiwu/cppjieba/pull/53#issuecomment-176264929
|
||||
[jieba]:https://github.com/fxsjy/jieba
|
||||
[@questionfish]:https://github.com/questionfish
|
||||
[issue67]:https://github.com/yanyiwu/cppjieba/issues/67
|
||||
|
@ -209,7 +209,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
||||
|
||||
## 其它词典资料分享
|
||||
|
||||
+ [dict.367W.utf8.tar.gz] iLife(`562193561@qq.com`)
|
||||
+ [dict.367W.utf8] iLife(562193561 at qq.com)
|
||||
|
||||
## 应用
|
||||
|
||||
@ -270,7 +270,7 @@ Query方法先使用Mix方法切词,对于切出来的较长的词再使用Ful
|
||||
[exjieba]:https://github.com/falood/exjieba
|
||||
[KeywordServer]:https://github.com/yanyiwu/keyword_server
|
||||
[ngx_http_cppjieba_module]:https://github.com/yanyiwu/ngx_http_cppjieba_module
|
||||
[dict.367W.utf8.tar.gz]:http://pan.baidu.com/s/1o6A0BWY
|
||||
[dict.367W.utf8]:https://github.com/qinwf/BigDict
|
||||
[cjieba]:http://github.com/yanyiwu/cjieba
|
||||
[jieba_rb]:https://github.com/altkatz/jieba_rb
|
||||
[iosjieba]:https://github.com/yanyiwu/iosjieba
|
||||
|
Loading…
x
Reference in New Issue
Block a user