Skip to content

Instantly share code, notes, and snippets.

@lotem
Created March 11, 2012 06:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lotem/2015335 to your computer and use it in GitHub Desktop.
Save lotem/2015335 to your computer and use it in GitHub Desktop.
Rime 吳語輸入方案模糊音定製檔
# 文件名: wugniu.custom.yaml
# 爲 wugniu.schema.yaml 打補靪
# #號爲註釋符號,要是不需要開始某一行模糊功能請在該行前頭加#號,要是需要該行模糊功能請去掉前面#號。注意要使用的行的對齊。
patch:
"speller/algebra":
- abbrev/^([bcdfghjklprstvwxyz]).+$/$1/ # 對齊標準行
- derive/^tzi/ci/ # 以下四行是模糊分尖團音
- derive/^tsi/chi/
- derive/^zi/ji/
- derive/^si/xi/
- derive/^(ch|d?j|gn|x|y)i([aeou])/$1$2/ # 本行不要改動
- derive/^tzyu/tzy/ # 以下四行是模糊“書”“詩”
- derive/^tsyu/tsy/
- derive/^zyu/zy/
- derive/^syu/sy/
- derive/(.*)ij/$1i/ # 模糊“煙”“衣”
- derive/(.*)iaq/$1iq/ # 模糊“約”“一”
- derive/^yaq/yiq/ # 模糊“藥”“頁”
- derive/(.*)aon/$1an/ # 模糊前後an
- derive/(.*)aq/$1eq/ # 模糊“搭”“得”
- derive/(.*)eq/$1aq/
- derive/^yeu/yu/ # 模糊“遠”“與”
- derive/(.*)ieu/$1iu/ # 模糊“宛”“餵”
- derive/^vu/wu/ # 模糊“無”“何”
- derive/(.*)ueu/$1eu/ # 模糊“碗”“按”
- derive/^weu/reu/ # 模糊“換”“汗”
#- derive/^au/u/ # 模糊“查”“坐”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment