下拉刷新
Repository Details
Shared bynavbar_avatar
repo_avatar
HelloGitHub Rating
0 ratings
Python 的词云生成工具
FreeMIT
Claim
Collect
Share
10.4k
Stars
No
Chinese
Python
Language
Yes
Active
68
Contributors
137
Issues
No
Organization
1.9.4
Latest
2k
Forks
MIT
License
More
word_cloud image
Python 的词云生成工具。示例代码: ```python # 加载内容 text = open(path.join(d, 'constitution.txt')).read() # 生成词云图片 wordcloud = WordCloud().generate(text) # 展示生成的图片 image = wordcloud.to_image() image.show() ```
Included in:
Vol.46

Comments

Rating:
No comments yet