Update README.md

This commit is contained in:
Sun Junyi 2013-09-14 22:31:38 +08:00
parent 7e7fcc1184
commit 00bc72c877

View File

@ -49,6 +49,10 @@ Python 3.x 下的安装
作者piaolingxue
地址https://github.com/huaban/jieba-analysis
结巴分词C++版本;
作者Aszxqw
地址https://github.com/aszxqw/cppjieba
Algorithm
========
* 基于Trie树结构实现高效的词图扫描生成句子中汉字所有可能成词情况所构成的有向无环图DAG)