Browse Source

update

master
Yener 5 years ago
parent
commit
b2f0fade2c
1 changed files with 1 additions and 1 deletions
  1. +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)


Loading…
Cancel
Save