0.1.31 • Published 5 years ago

qieyun-sqlite v0.1.31

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

qieyun-sqlite JSDelivr badge

《切韻》音系 SQLite 資料庫

姊妹項目:《切韻》音系 JavaScript 函式庫 (nk2028/qieyun-js)

用法

下載連結:https://cdn.jsdelivr.net/npm/qieyun-sqlite@0.1.31/data.sqlite3 (1.55 MB)。

推薦使用 DB Browser for SQLite 開啟本資料庫。

Screenshot of DB Browser for SQLite showing the qieyun-sqlite database

示例

Examples on Google Colab:

介紹

目前,使用電子資料瞭解《切韻》音系的方法主要有三類。一是查看 PDF 格式的影印古籍,二是使用廣韻全字表,三是使用工具網站或軟件,如韻典網、古音小鏡與漢字古今中外讀音查詢 APP。

而若要深入地探索《切韻》音系,還需要對資料進行編程,探索其中隱藏的關係。《切韻》音系 SQLite 資料庫不但能實現上述三類方法的功能,還能使用 SQL 語言構建複雜的查詢,並透過編程語言執行更加複雜的操作,達到探索《切韻》音系的目的。

另外,資料庫中的資料與韻典網資料同步。如果韻典網資料有修正,只需要簡單地運行腳本,就可以生成新版本的《切韻》音系 SQLite 資料庫。

Build

$ pip install -r requirements.txt
$ npm install
$ python build.py

License

Dictionary data is in the public domain.

Python code are distributed under MIT license.

0.1.31

5 years ago

0.1.30

5 years ago

0.1.29

5 years ago

0.1.28

5 years ago