Skip to content

jiyi27/word-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For generating word cloud in Python, modules needed are – matplotlib, numpy wordcloud and so on. To install these packages, run the following commands:

pip install matplotlib

pip install wordcloud

pip install numpy

pip install imread

If you're going to deal with Chinese characters, run the following commands:

pip install jieba

pip install zhon

If the download network speed is slow, you can try the following commands:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jieba

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple zhon

Where should I run the above commands?

Click the Terminal button in the lower left corner of PyCharm, and then run the commands above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages