Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nk2028/rime-kyonh
rime 中古漢語拼音(古韻羅馬字版)方案
https://github.com/nk2028/rime-kyonh
historical-linguistics middle-chinese qieyun rime rime-schema
Last synced: about 1 month ago
JSON representation
rime 中古漢語拼音(古韻羅馬字版)方案
- Host: GitHub
- URL: https://github.com/nk2028/rime-kyonh
- Owner: nk2028
- License: cc0-1.0
- Fork: true (biopolyhedron/rime-middle-chinese)
- Created: 2021-03-26T03:24:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T07:06:26.000Z (over 2 years ago)
- Last Synced: 2024-08-02T16:37:11.956Z (4 months ago)
- Topics: historical-linguistics, middle-chinese, qieyun, rime, rime-schema
- Language: Python
- Homepage:
- Size: 4.86 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rime - nk2028/rime-kyonh - rime 中古漢語拼音(古韻羅馬字版)方案 (漢語方言)
README
# rime-kyonh
Ayaka’s fork of the rime input schema for Koxyonh’s Romanization of Middle Chinese (古韻羅馬字)
Original version: [rime-middle-chinese](https://github.com/biopolyhedron/rime-middle-chinese)
## Build
```sh
npm install
mkdir -p cache
wget -nc -P cache https://raw.githubusercontent.com/hhliow/cedict_middle_chinese/develop/words_certain.tsv
node build/generate_map.js
python build/build.py
python build/uniqsort.py
python build/build_unspaced.py
```