ci readme.md

This commit is contained in:
wyy 2014-04-19 13:07:58 +08:00
parent 884aa89009
commit cbe9642972

View File

@ -226,6 +226,10 @@ __词性标注是一个未完成的部分现在只是一个简单版本。__
如果有需要在处理中文文档的的相似度计算,不妨试一下[simhash]。 如果有需要在处理中文文档的的相似度计算,不妨试一下[simhash]。
### exjieba
如果有需要在`erlang`中使用分词的话,不妨试一下[exjieba]。
## Online Demo ## Online Demo
http://cppjieba-webdemo.herokuapp.com/ http://cppjieba-webdemo.herokuapp.com/
@ -249,3 +253,4 @@ https://github.com/fxsjy/jieba
[代码详解]:http://aszxqw.github.io/jekyll/update/2014/02/10/cppjieba-dai-ma-xiang-jie.html [代码详解]:http://aszxqw.github.io/jekyll/update/2014/02/10/cppjieba-dai-ma-xiang-jie.html
[libcppjieba]:https://github.com/aszxqw/libcppjieba [libcppjieba]:https://github.com/aszxqw/libcppjieba
[issue25]:https://github.com/aszxqw/cppjieba/issues/25 [issue25]:https://github.com/aszxqw/cppjieba/issues/25
[exjieba]:https://github.com/falood/exjieba