网站首页 站内搜索

搜索结果

查询Tags标签: 全唐诗,共有 1条记录
  • python 统计全唐诗春夏秋冬出现次数

    import jieba import matplotlib.pyplot as plt # _*_ coding:utf-8 _*_ txt=open("tangshi.txt","r",encoding="utf-8").read() words=jieba.lcut(txt) counts={}for word in words:if word in ["春","夏","秋&q…

    2021/4/25 12:25:36 人评论 次浏览
扫一扫关注最新编程教程