Repository Details
Shared by


HelloGitHub Rating
0 ratings
Free•MIT
Claim
Discuss
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

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