mirror of
https://kkgithub.com/chinese-poetry/chinese-poetry.git
synced 2026-04-04 11:47:33 +00:00
doc: 增加各文集README介绍, 优化README.
This commit is contained in:
77
README.md
77
README.md
@@ -3,9 +3,10 @@ chinese-poetry
|
||||
|
||||
[](https://travis-ci.org/chinese-poetry/chinese-poetry)
|
||||
[](https://github.com/jackeyGao/chinese-poetry/blob/master/LICENSE)
|
||||
[]()
|
||||
[]()
|
||||
[]()
|
||||
[](https://github.com/chinese-poetry/chinese-poetry/graphs/contributors)
|
||||
|
||||
[shici.store](https://shici.store)
|
||||
|
||||
|
||||
最全的中华古典文集数据库, 包含5.5万首唐诗、26万首宋诗和2.1万首宋词. 唐宋两朝近1.4万古诗人, 和两宋时期1.5K词人. 数据来源于互联网.
|
||||
|
||||
@@ -20,63 +21,31 @@ chinese-poetry
|
||||
|
||||
|唐诗高频词|唐诗作者作品榜|
|
||||
| :---: | :---: |
|
||||
| | |
|
||||
| | |
|
||||
|宋诗高频词|宋诗作者作品榜|
|
||||
| | |
|
||||
| | |
|
||||
|宋词高频词|宋词作者作品榜|
|
||||
|  | |
|
||||
|  | |
|
||||
|
||||
|两宋喜欢的词牌名|
|
||||
| :---: |
|
||||
||
|
||||
||
|
||||
|
||||
## 数据分发形式
|
||||
## 数据集合
|
||||
|
||||
古诗数据分发采用繁体字的分组JSON文件, 保留繁体能更大程度地保存原数据. 宋词数据分发采用sqlite数据库, 使用简体字(无原因, 采集源就是简体, 如需繁体请自行转换).
|
||||
- 全唐诗 [json](https://github.com/chinese-poetry/chinese-poetry/tree/master/wudai)
|
||||
- 全宋诗 [json](https://github.com/chinese-poetry/chinese-poetry/tree/master/json)
|
||||
- 全宋词 [ci](https://github.com/chinese-poetry/chinese-poetry/tree/master/ci)
|
||||
- 五代·花间集 [wudai](https://github.com/chinese-poetry/chinese-poetry/tree/master/wudai/%E8%8A%B1%E9%97%B4%E9%9B%86)
|
||||
- 五代·南唐二主词 [wudai](https://github.com/chinese-poetry/chinese-poetry/tree/master/wudai/%E5%8D%97%E5%94%90%E4%BA%8C%E4%B8%BB%E8%AF%8D)
|
||||
- 论语 [lunyu](https://github.com/chinese-poetry/chinese-poetry/tree/master/lunyu)
|
||||
- 诗经 [shijing](https://github.com/chinese-poetry/chinese-poetry/tree/master/shijing)
|
||||
- 幽梦影 [youmengying](https://github.com/chinese-poetry/chinese-poetry/tree/master/youmengying)
|
||||
|
||||
### 其他类型结构数据
|
||||
**待补充**
|
||||
|
||||
- [chinese-poetry](https://github.com/chinese-poetry) **/** [chinese-poetry-zhCN](https://github.com/chinese-poetry/chinese-poetry-zhCN) 简体中文版本数据
|
||||
- [KomaBeyond](https://github.com/KomaBeyond) **/** [chinese-poetry-mysql](https://github.com/KomaBeyond/chinese-poetry-mysql) 适用于mysql数据库的格式数据
|
||||
|
||||
### 转换数据库格式工具
|
||||
|
||||
- [chinese-poetry-to-mysql-tool](https://github.com/woodylan/chinese-poetry-to-mysql-tool) 转换成sql文件的脚本
|
||||
|
||||
### 古诗JSON结构
|
||||
|
||||
```text
|
||||
[
|
||||
{
|
||||
"strains": [
|
||||
"平平平仄仄,平仄仄平平。",
|
||||
"仄仄平平仄,平平仄仄平。",
|
||||
"平平平仄仄,平仄仄平平。",
|
||||
"平仄仄平仄,平平仄仄平。"
|
||||
],
|
||||
"author": "太宗皇帝",
|
||||
"paragraphs": [
|
||||
"秦川雄帝宅,函谷壯皇居。",
|
||||
"綺殿千尋起,離宮百雉餘。",
|
||||
"連甍遙接漢,飛觀迥凌虛。",
|
||||
"雲日隱層闕,風煙出綺疎。"
|
||||
],
|
||||
"title": "帝京篇十首 一"
|
||||
},
|
||||
... 每单个JSON文件1000条唐诗记录.
|
||||
]
|
||||
```
|
||||
### 作者JSON结构
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"name": "太宗皇帝",
|
||||
"desc": "帝姓李氏,諱世民,神堯次子,聰明英武。貞觀之治,庶幾成康,功德兼隆。由漢以來,未之有也。而銳情經術,初建秦邸,即開文學館,召名儒十八人爲學士。既即位,殿左置弘文館,悉引內學士,番宿更休。聽朝之間,則與討論典籍,雜以文詠。或日昃夜艾,未嘗少怠。詩筆草隸,卓越前古。至於天文秀發,沈麗高朗,有唐三百年風雅之盛,帝實有以啓之焉。在位二十四年,諡曰文。集四十卷。館閣書目,詩一卷,六十九首。今編詩一卷。"
|
||||
},
|
||||
...
|
||||
]
|
||||
```
|
||||
- 清代诗词
|
||||
- 元曲
|
||||
|
||||
## 案例展示
|
||||
|
||||
@@ -88,10 +57,6 @@ chinese-poetry
|
||||
- [okcy1016](https://github.com/okcy1016) **/** [poetry-desktop](https://github.com/okcy1016/poetry-desktop/) *诗词桌面*
|
||||
- [huangjianke](https://github.com/huangjianke) **/** [weapp-poem](https://github.com/huangjianke/weapp-poem/) *诗词墨客 小程序版*
|
||||
|
||||
### 公众号
|
||||
|
||||
- **PoemSearcher**
|
||||
|
||||
|
||||
## 贡献&讨论
|
||||
|
||||
@@ -104,4 +69,4 @@ chinese-poetry
|
||||
|
||||
## License
|
||||
|
||||
[MIT](https://github.com/chinese-poetry/chinese-poetry/blob/master/LICENSE) 许可证.
|
||||
[MIT](https://github.com/chinese-poetry/chinese-poetry/blob/master/LICENSE) 许可证.
|
||||
|
||||
Reference in New Issue
Block a user