提交 fdcf87cd 编写于 作者: hgcvg's avatar hgcvg

1.2

上级 dc6f1ccc
......@@ -18,7 +18,7 @@ import sys
# string = jieba.analyse.extract_tags(s, topK=length) # 提取主题词
# return string
def splitWords(text):
def getword(text):
with open(text, 'r', encoding='UTF-8') as f1:
f2 = f1.read()
f1.close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册