Commit 3df65aa1 by BellCodeEditor

save project

parent c79328a9
Showing with 2 additions and 1 deletions
......@@ -6,7 +6,8 @@ import jieba
with open('python二级考试大纲.txt','r',encoding="utf-8") as f:
text = f.read()
jieba.lcut(text)
text_list=jieba.lcut(text)
text=' '.join(text_list)
stopwords=['的','程序','python','基本']
img=Image.open('bell.png')
data=numpy.array(img)
......
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