Browse Source

Update README.md

master
Yener GitHub 6 years ago
parent
commit
4b0711a64c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -79,7 +79,7 @@ import jiagu

text = '汉服和服装、知识图谱机器人'

words = jiagu.cut(text) # 默认分词
words = jiagu.cut(text) # 深度学习分词
print(words)

words = jiagu.seg(text) # 字典分词


Loading…
Cancel
Save