网站首页 站内搜索

搜索结果

查询Tags标签: rword,共有 2条记录
  • jieba 分词-西游记

    import jiebadef takeSecond(elem):return elem[1]def main():path = "西游记.txt"file = open(path,"r",encoding="utf-8")text=file.read()file.close()words = jieba.lcut(text)counts = {}for word in words:if len(word) == 1:continu…

    2021/11/14 6:10:02 人评论 次浏览
  • jieba 分词-西游记

    import jiebadef takeSecond(elem):return elem[1]def main():path = "西游记.txt"file = open(path,"r",encoding="utf-8")text=file.read()file.close()words = jieba.lcut(text)counts = {}for word in words:if len(word) == 1:continu…

    2021/11/14 6:10:02 人评论 次浏览
扫一扫关注最新编程教程