如何利用Python
语法生成一个词云,下面web建站小编给大家简单介绍一下具体实现代码!
具体代码如下:
pip install wordcloud pip install jieba pip install matplotlib import matplotlib.pyplot as plt from wordcloud import WordCloud import jieba text_from_file_with_apath = open('/Users/ciyun/example.txt').read() wordlist_after_jieba = jieba.cut(text_from_file_with_apath, cut_all = True) wl_space_split =.join(wordlist_after_jieba) my_wordcloud = WordCloud().generate(wl_space_split) plt.imshow(my_wordcloud) plt.axis(off) plt.show()
Mac电脑安装Python软件后怎么查看版本号(附下载地址)
上面是“Python语法如何做词云”的全面内容,想了解更多关于 后端开发 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_4413.html
workflows工作流
- 羚羊安上小白兔的门牙ComfyUI工作流
- 彩色雄鹰玉雕ComfyUI工作流
- 五颜六色的球花comfyui工作流
- 一个时间旅行女人的神秘剪影ComfyUI工作流
- 一匹热血沸腾的汗血宝马庄严地站立着ComfyUI工作流
- 一个女孩骑着一辆生锈的现代摩托车
- 懂王特朗普3d漫画ComfyUI工作流
- 一桌精致的美食,桌上几杯白葡萄酒
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!