mirror of
https://kkgithub.com/chinese-poetry/chinese-poetry.git
synced 2026-04-10 21:07:07 +00:00
16
README.md
16
README.md
@@ -1,4 +1,4 @@
|
|||||||
# chinese-poetry
|
# chinese-poetry | [全宋词爬取过程及数据分析](http://jackeygao.io/words/crawl-ci.html)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -18,6 +18,18 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 宋词作者作品榜
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 宋词高频词
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 两宋喜欢的词牌名
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## 数据分发形式
|
## 数据分发形式
|
||||||
|
|
||||||
@@ -61,3 +73,5 @@
|
|||||||
|
|
||||||
目前仅有全唐诗记录, 唐后的一些古诗未收集,古诗乃中华文化瑰宝, 如果有靠谱的数据源也欢迎提交PR加入.
|
目前仅有全唐诗记录, 唐后的一些古诗未收集,古诗乃中华文化瑰宝, 如果有靠谱的数据源也欢迎提交PR加入.
|
||||||
|
|
||||||
|
## License
|
||||||
|
[MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 许可证.
|
||||||
|
|||||||
27
ci/README.md
Normal file
27
ci/README.md
Normal 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
images/ci_author_topK.png
Normal file
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
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
BIN
images/ci_words_topK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
Reference in New Issue
Block a user