From 3645a5bb5d8dad5ff06608bab2b78202f4256842 Mon Sep 17 00:00:00 2001 From: Paul Meng Date: Mon, 1 Jul 2019 19:41:47 +0800 Subject: [PATCH] Update README.md (#745) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1098d5c..c0d5b47 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,11 @@ https://github.com/fxsjy/jieba/raw/master/extra_dict/dict.txt.big 作者:yanyiwu 地址:https://github.com/yanyiwu/cppjieba +结巴分词 Rust 版本 +---------------- +作者:messense, MnO2 +地址:https://github.com/messense/jieba-rs + 结巴分词 Node.js 版本 ---------------- 作者:yanyiwu