From f857e83c1333bdcfc83423e3c6270a85ecdb02e9 Mon Sep 17 00:00:00 2001 From: Lufsx Date: Tue, 25 Jan 2022 13:56:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=B9=E9=94=99=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E4=B8=8E=E6=8C=89=E9=94=AE=E7=BA=A0=E9=94=99=EF=BC=88=E9=92=88?= =?UTF-8?q?=E5=AF=B9=E6=9C=99=E6=9C=88=E6=8B=BC=E9=9F=B3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 双拼不需要 23333 --- README.md | 4 +++- lufs_pinyin.schema.yaml | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2098e..5e2bf34 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ - 词库总大小仅 `7.0MB`(包括八股文仅 `9.8MB`) - `Caps` 切换英文输入法(小狼毫无法享受) - Emoji 支持 -- 模糊音支持(小鹤双拼与朙月拼音均支持) +- 模糊音(小鹤双拼与朙月拼音均支持) +- 朙月拼音支持按键纠错与容错拼写 # 待办 @@ -73,6 +74,7 @@ - [BlindingDark/rime-lua-select-character](https://github.com/BlindingDark/rime-lua-select-character) - [KyleBing/rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian/) +- [lotem/luna_pinyin.custom.yaml](https://gist.github.com/lotem/2320943) - [maomiui/rime](https://github.com/maomiui/rime) - [placeless/squirrel_config](https://github.com/placeless/squirrel_config) - [rime/squirrel](https://github.com/rime/squirrel) diff --git a/lufs_pinyin.schema.yaml b/lufs_pinyin.schema.yaml index 6cec4e3..3a11a1e 100644 --- a/lufs_pinyin.schema.yaml +++ b/lufs_pinyin.schema.yaml @@ -103,6 +103,20 @@ speller: #- derive/^huang$/wang/ # huang => wang #- derive/^wang$/huang/ # wang => huang + # 容错拼写,以前者为正 + - derive/^([nl])ve$/$1ue/ # nve = nue, lve = lue + - derive/^([jqxy])u/$1v/ # ju = jv + - derive/un$/uen/ # gun = guen + - derive/ui$/uei/ # gui = guei + - derive/iu$/iou/ # jiu = jiou + + # 按键纠错 + - derive/([aeiou])ng$/$1gn/ # dagn => dang + - derive/([dtngkhrzcs])o(u|ng)$/$1o/ # zho => zhong|zhou + - derive/ong$/on/ # zhonguo => zhong guo + - derive/ao$/oa/ # hoa => hao + - derive/([iu])a(o|ng?)$/a$1$2/ # tain => tian + # 简拼支持 - abbrev/^(.).+$/$1/