-
-
Save 4b5ent1/5bdf2645c2b1fd527c72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# luna_pinyin.custom.yaml | |
# 修改字典名爲 luna_pinyin.kunki | |
# 其對應的用戶詞典名取句點之前部分即 luna_pinyin | |
patch: | |
translator/dictionary: luna_pinyin.kunki |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rime dictionary | |
# encoding: utf-8 | |
--- | |
name: luna_pinyin.kunki | |
version: "2013.04.23" | |
sort: by_weight | |
use_preset_vocabulary: true | |
# 從 luna_pinyin.dict.yaml 導入包含單字的碼表 | |
import_tables: | |
- luna_pinyin | |
... | |
# table begins | |
# 自定義的詞條 | |
瑾昀 jin yun 100 | |
瑾昀 kun ki 100 | |
自動註音的詞 | |
又一個詞 | |
再一個詞 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment