From dc41c9eeb9d5fcc4a28acb371fd26317dbb50944 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Wed, 24 Dec 2014 19:13:09 +0800 Subject: [PATCH] update jieba_rb --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 817c7e8..ad68982 100644 --- a/README.md +++ b/README.md @@ -323,11 +323,15 @@ make && ./keyword.demo ### ngx\_http\_cppjieba\_module -如果有需要在`Nginx`中使用分词模块的话,不妨试一下[ngx_http_cppjieba_module]. +如果有需要在`Nginx`中使用分词模块的话,不妨试一下[ngx_http_cppjieba_module]。 ### cjieba -如果有需要在 C语言 中使用分词模块的话,不妨试一下[cjieba]. +如果有需要在 C语言 中使用分词模块的话,不妨试一下[cjieba]。 + +### jieba\_rb + +如果有需要在 Ruby 中使用分词模块的话,不妨试一下[jieba_rb]。 ## 线上演示 @@ -363,3 +367,4 @@ https://github.com/fxsjy/jieba [ngx_http_cppjieba_module]:https://github.com/aszxqw/ngx_http_cppjieba_module [dict.367W.utf8.tar.gz]:http://pan.baidu.com/s/1o6A0BWY [cjieba]:http://github.com/aszxqw/cjieba +[jieba_rb]:https://github.com/altkatz/jieba_rb