标签:命令参数 完成 pil 技术分享 来源 word plot ima src
pip install wordcloud
需要用到numpy
pillow
matplotlib
安装完成以后
wordcloud_cli --text in.txt --imagefile out.png --mask in.png
text 是词云来源,mask 是背景框架 ,imagefile 输出的文件
wordcloud_cli --help 查看所有支持的命令参数
实例:
标签:命令参数 完成 pil 技术分享 来源 word plot ima src
原文地址:https://www.cnblogs.com/dzzy/p/9456458.html