This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
Jiagu
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update README.md
master
Yener
GitHub
5 years ago
parent
4f559160c8
commit
f10430090f
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
README.md
+ 1
- 4
README.md
View File
@@ -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') # 加载自定义字典,支持字典路径、字典列表形式。
Write
Preview
Loading…
Cancel
Save