https://github.com/liyiheng/wordcloud
https://github.com/liyiheng/wordcloud
tagcloud wordcloud
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liyiheng/wordcloud
- Owner: liyiheng
- License: gpl-2.0
- Created: 2017-12-22T01:00:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T02:51:18.000Z (about 7 years ago)
- Last Synced: 2024-06-20T10:23:21.000Z (over 1 year ago)
- Topics: tagcloud, wordcloud
- Language: Go
- Size: 2.4 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang生成词云
词云生成器,推荐[word_cloud](https://github.com/amueller/word_cloud)
尝试用golang生成词云,基本功能已实现
## Features
- 单文件
- 控制基本参数:图片尺寸,背景颜色,字体大小、颜色
- WebUI,http接口两种方式## todo
- Web端图片保存
- 文件处理:分词,计数,计算字体大小、颜色
