From 7bf2bceee4d9a5abe66e683f0770a3b609257a84 Mon Sep 17 00:00:00 2001 From: Qin Wenfeng Date: Tue, 4 Nov 2014 12:07:33 +0800 Subject: [PATCH] =?UTF-8?q?README=20=E4=B8=AD=E6=B7=BB=E5=8A=A0=20jiebaR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加了CppJieba的R语言封装 jiebaR。 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c2be27..822dd6f 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,10 @@ make && ./keyword.demo 如果有需要在`erlang`中使用分词的话,不妨试一下[exjieba]。 +### jiebaR + +如果有需要在`R`中使用分词的话,不妨试一下[jiebaR]。 + ### libcppjieba [libcppjieba] 是最简单易懂的CppJieba头文件库使用示例。 @@ -344,6 +348,7 @@ https://github.com/fxsjy/jieba [cppjiebapy]:https://github.com/jannson/cppjiebapy [cppjiebapy_discussion]:https://github.com/aszxqw/cppjieba/issues/1 [NodeJieba]:https://github.com/aszxqw/nodejieba +[jiebaR]:https://github.com/qinwf/jiebaR [simhash]:https://github.com/aszxqw/simhash [代码详解]:https://github.com/aszxqw/cppjieba/wiki/CppJieba%E4%BB%A3%E7%A0%81%E8%AF%A6%E8%A7%A3 [libcppjieba]:https://github.com/aszxqw/libcppjieba