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
master
Yener
5 years ago
parent
7ee0f29bb1
commit
b2f0fade2c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
demo.py
+ 1
- 1
demo.py
View File
@@ -3,7 +3,7 @@ import jiagu
# jiagu.init() # 可手动初始化,也可以动态初始化
# jiagu.init() # 可手动初始化,也可以动态初始化
text = '
思知机器人挺好用的
'
text = '
苏州的天气不错
'
words = jiagu.seg(text) # 分词
words = jiagu.seg(text) # 分词
print(words)
print(words)
Write
Preview
Loading…
Cancel
Save