美文网首页
python热词分析

python热词分析

作者: _Haimei | 来源:发表于2018-07-06 18:41 被阅读25次

目前实现了英文的,中文的有点问题,待解决!中间遇到了很多问题,尤其是tk包的安装

我是按照完美解决ImportError: No module named _tkinter的问题 - CSDN博客这篇博文操作的,最后因为是py3虚拟环境,用的sudo apt-get install python3-tk

python热词分析

中文问题解决啦,字体在ubuntu18.04中的/usr/share/fonts/中,在词云中设置

font_path = r'/usr/share/fonts/opentype/noto/NotoSansCJK-Bold.ttc'

可用命令查看字体

1.(scrapy) shanghaimei@shanghaimei:~/Desktop/ciyun$ cat /etc/issue

Ubuntu 18.04 LTS \n \l

2.fc-list查看全部的字体

3.fc-list :lang=zh查看中文字体

4.如果没有安装先运行sudo apt-get -y install fontconfig xfonts-utils

5.图片分辨率太低了,有待优化

python热词分析

相关文章

网友评论

      本文标题:python热词分析

      本文链接:https://www.haomeiwen.com/subject/vhvbuftx.html