tshet-uinh-examples
tshet-uinh-examples copied to clipboard
JavaScript examples to generate the derivatives of the Qieyun phonological system using qieyun-js
老國音
未完成
`RegExp#test` should be used when only a boolean is needed
經測試,已可運行。 以後再多用[]修改代碼。
- 加入檔案連結 - 加入「在推導器中載入」連結
- [ ] 日語漢音(參考:https://github.com/nk2028/tshet-uinh-examples/pull/3 ) - [ ] 日語吳音 - [ ] 日語唐音 以上可嘗試利用 [Segsyoxafu](https://sozysozbot.github.io/kanzihom_taihogxeu/%E5%AF%BE%E5%BF%9C%E8%A1%A8.html) 等中介標記,方便推導 - [ ] 韓國漢字音(參考:https://gist.github.com/TNTErick/132a51632937ad615268f60abcc1a006 ) - [ ] 越南漢字音
其實當初方案格式設計應為 module 而非 function body,如 ```js export const 選項 = prev選項 => ({ /* ... */ }); export default new 推導方案((音韻地位, 字頭, 選項) => { // ... }); ``` 這樣就可以把費時操作...