KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
WordCloud-CN
★ 26
Open GitHub ↗
程序员的浪漫!
Download README (.md)
Explore Similar Repositories
behat-step-time-logger
:
behat-step-time-logger
XLog
:
Minimalistic logging PCL library for (.NET, WP8, UWP, Xamarin iOS, Xamarin Android)
jsongood
:
简单可扩展的轻量级的微服务网关(A Lightweight Mricro Service Gateway Framework)
fred
:
FRED simulator and associated paper
illuminate-js
:
Syntax Highlighter made for and in ES6. Works both on Node and Browser (React too!).
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WordCloud-CN
?
Download (.md)
[](https://www.python.org/) ---- # 中文词云(wordcloud) 使用python生成中文词云 ## 什么是词云 【释义】由词汇组成类似云的彩色**图形**。 > 点[我](http://baike.baidu.com/link?url=_uVuO2s1YsSbv0zrhR2s-Wvu9qdyKWlSC9glRc-9huWqFkX6p5KcOH7uW79aGinvWAQc6SNRq17nIzWoaSKZ0K)是百度百科 ## 例子 * 流浪地球  * 张小龙演讲  ---- ## 依赖安装 #### [wordcloud](https://github.com/amueller/word_cloud) pip install wordcloud #### [jieba](http://git.oschina.net/fxsjy/jieba) pip install jieba ### [示例代码](./wordcloud_cn.py)