下拉刷新
项目详情
navbar_avatar分享
repo_avatar
HelloGitHub 评分
0 人评分
Python 的词云生成工具
开源MIT
认领
收藏
分享
10.4k
星数
中文
Python
主语言
活跃
68
贡献者
137
Issues
组织
1.9.4
最新版本
2k
Forks
MIT
协议
更多
word_cloud image
Python 的词云生成工具。示例代码: ```python # 加载内容 text = open(path.join(d, 'constitution.txt')).read() # 生成词云图片 wordcloud = WordCloud().generate(text) # 展示生成的图片 image = wordcloud.to_image() image.show() ```
收录于:
第 46 期

评论

评分:
暂无精选评论