Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 中古漢語拼音(古韻羅馬字版)方案

Awesome Lists containing this project

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
```