Skip to content

Commit

Permalink
添加千字文
Browse files Browse the repository at this point in the history
  • Loading branch information
O70 committed Jun 6, 2019
1 parent fee9a07 commit 6c0e7da
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 7 deletions.
37 changes: 30 additions & 7 deletions mengxue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@

**關於作者在學術界說法不一,在此新舊版本作者皆為王應麟。**

### 數據格式:
### 數據格式

[sanzijing-traditional.json](./sanzijing-traditional.json)[sanzijing-new.json](./sanzijing-new.json)

```
```json
{
"title": "三字經",
"author": "王應麟",
Expand All @@ -49,7 +49,6 @@
"人之初,性本善,性相近,習相遠。",
"茍不教,性乃遷,教之道,貴以專。",
"昔孟母,擇鄰處,子不學,斷機杼。",
...
]
}
```
Expand All @@ -60,11 +59,11 @@

《百家姓》采用四言體例,對姓氏進行了排列,而且句句押韻,雖然它的內容沒有文理,但對於中國姓氏文化的傳承、中國文字的認識等方面都起了巨大作用,這也是能夠流傳千百年的一個重要因素。

### 數據格式:
### 數據格式

[baijiaxing.json](./baijiaxing.json),其中含有郡望的姓氏緊438個。

```
```json
{
"title": "百家姓",
"author": "佚名",
Expand All @@ -73,13 +72,11 @@
"趙錢孫李,周吳鄭王。",
"馮陳褚衛,蔣沈韓楊。",
"朱秦尤許,何呂施張。",
...
],
"origin": [
{ "surname": "", "place": "天水" },
{ "surname": "", "place": "彭城" },
{ "surname": "", "place": "樂安" },
...
]
}

Expand Down Expand Up @@ -108,3 +105,29 @@
- ``--`` [鬱姓与郁姓不同](https://zhidao.baidu.com/question/1513419599752509300.html)

## 千字文

《千字文》,由南北朝時期梁朝散騎侍郎、給事中 **周興嗣** 編纂、一千個漢字組成的韻文(在隋唐之前,不押韻、不對仗的文字,被稱為“筆”,而非“文”)。梁武帝(502—549年)命人從王羲之書法作品中選取1000個不重復漢字,命員外散騎侍郎周興嗣編纂成文。

全文為四字句,對仗工整,條理清晰,文采斐然。《千字文》語句平白如話,易誦易記,並譯有英文版、法文版、拉丁文版、意大利文版,是中國影響很大的兒童啟蒙讀物。

### 數據格式

```json
{
"title": "千字文",
"author": "周興嗣",
"tags": "南北朝",
"paragraphs": [
"天地玄黃",
"宇宙洪荒",
"日月盈昃",
"辰宿列張",
],
"spells": [
"tiān dì xuán huáng",
"yǔ zhòu hóng huāng",
"rì yuè yíng zè",
"chén xiù liè zhāng",
]
}
```
Loading

0 comments on commit 6c0e7da

Please sign in to comment.