We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884aa89 commit cbe9642Copy full SHA for cbe9642
README.md
@@ -226,6 +226,10 @@ __词性标注是一个未完成的部分,现在只是一个简单版本。__
226
227
如果有需要在处理中文文档的的相似度计算,不妨试一下[simhash]。
228
229
+### exjieba
230
+
231
+如果有需要在`erlang`中使用分词的话,不妨试一下[exjieba]。
232
233
## Online Demo
234
235
http://cppjieba-webdemo.herokuapp.com/
@@ -249,3 +253,4 @@ https://github.com/fxsjy/jieba
249
253
[代码详解]:http://aszxqw.github.io/jekyll/update/2014/02/10/cppjieba-dai-ma-xiang-jie.html
250
254
[libcppjieba]:https://github.com/aszxqw/libcppjieba
251
255
[issue25]:https://github.com/aszxqw/cppjieba/issues/25
256
+[exjieba]:https://github.com/falood/exjieba
0 commit comments