From f10430090ff85a4564ea247ea771cb76d66af63e Mon Sep 17 00:00:00 2001 From: Yener Date: Wed, 4 Dec 2019 09:31:12 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 21000e2..1fd9fda 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,7 @@ import jiagu text = '汉服和服装、维基图谱' -words = jiagu.cut(text) # 深度学习分词 -print(words) - -words = jiagu.seg(text) # 字典分词 +words = jiagu.seg(text) print(words) # jiagu.load_userdict('dict/user.dict') # 加载自定义字典,支持字典路径、字典列表形式。