Commit 1b50d2d3 by BellCodeEditor

save project

parent 62dca7c0
import jieba
text = "它来自北京大学"
txt_list = jieba.luct(text)
print(txt_list)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment