From ec848581b23a580822e913f2943f64092b333ae4 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Fri, 10 Jun 2016 21:49:31 +0800 Subject: [PATCH] fix issue #70 --- ChangeLog.md | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 536dc59..46b7b40 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/README.md b/README.md index cf58c7d..0416843 100644 --- a/README.md +++ b/README.md @@ -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