From 7304ccb85435d4bf6383b9d396a2d505759911d4 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Wed, 24 Dec 2014 22:57:33 +0800 Subject: [PATCH] add iosjieba into readme.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad68982..9cf09bf 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,10 @@ make && ./keyword.demo 如果有需要在 Ruby 中使用分词模块的话,不妨试一下[jieba_rb]。 +### iosjieba + +如果有需要在 iOS 开发中使用分词模块的话,不妨参考一下 [iosjieba]。 + ## 线上演示 http://cppjieba-webdemo.herokuapp.com/ @@ -368,3 +372,4 @@ https://github.com/fxsjy/jieba [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 +[iosjieba]:https://github.com/aszxqw/iosjieba