Merge pull request #1 from jackeyGao/master

sync
This commit is contained in:
animalize
2017-03-28 20:57:40 +08:00
committed by GitHub
6 changed files with 42 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# chinese-poetry
# chinese-poetry | [全宋词爬取过程及数据分析](http://jackeygao.io/words/crawl-ci.html)
![中华古诗](https://raw.githubusercontent.com/jackeyGao/chinese-poetry/master/images/full-tang-poetry.png "中华古诗")
@@ -18,6 +18,18 @@
![宋诗作者作品榜](https://raw.githubusercontent.com/jackeyGao/chinese-poetry/master/images/song_author_topK.png "宋诗作者作品榜")
## 宋词作者作品榜
![宋词作者作品榜](https://raw.githubusercontent.com/jackeyGao/chinese-poetry/master/images/ci_author_topK.png "宋词作者作品榜")
## 宋词高频词
![宋词高频词](https://raw.githubusercontent.com/jackeyGao/chinese-poetry/master/images/ci_words_topK.png)
## 两宋喜欢的词牌名
![两宋喜欢的词牌名](https://raw.githubusercontent.com/jackeyGao/chinese-poetry/master/images/ci_rhythmic_topK.png)
## 数据分发形式
@@ -61,3 +73,5 @@
目前仅有全唐诗记录, 唐后的一些古诗未收集,古诗乃中华文化瑰宝, 如果有靠谱的数据源也欢迎提交PR加入.
## License
[MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 许可证.

27
ci/README.md Normal file
View File

@@ -0,0 +1,27 @@
全宋词
---
```sql
sqlite> .tables
ci ciauthor
sqlite> select count(1) from ci;
21050
sqlite> select count(1) from ciauthor;
1564
sqlite> select * from ci limit 1;
1|||鸿
sqlite> select * from ciauthor limit 1;
1||(1037-1101)...
```

BIN
ci/ci.db Normal file

Binary file not shown.

BIN
images/ci_author_topK.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

BIN
images/ci_rhythmic_topK.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
images/ci_words_topK.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB