Skip to content

Commit

Permalink
feat: 更换搭桥字母,见 iDvel/rime-ice#332
Browse files Browse the repository at this point in the history
  • Loading branch information
WithdewHua committed Jul 28, 2023
1 parent 76980e7 commit a847a39
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions Rime/Common/double_pinyin.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
schema:
schema_id: double_pinyin
name: 自然码双拼
version: "1"
version: "2023-07-29"
author:
- Dvel
description: |
Expand Down Expand Up @@ -102,11 +102,13 @@ reduce_english_filter:
# 降低到第 idx 个位置
idx: 2
# 要降低的单词,匹配的是输入码,即全小写。
words: [rug, bus, ship, laos, bail, bam, bans, bib, bos, chic, chit, dab, dag,
words: [nav, uid, wig,
rug, bus, ship, laos, bail, bam, bans, bib, bos, chic, chit, dab, dag,
dal, dit, dub, dug, fab, gam, ger, gus, hem, hep, hud, kat, lam, lax, lex, lug,
lux, moc, mos, mot, mum, nad, nay, nib, nip, pak, pap, pax, rig, rum, sac, sal,
sax, sec, shin, sis, ska, slang, sus, tad, taj, tac, tic, yep, yum, fax, cain,
key, mob, buy, dam]
key, mob, buy, dam, wap, yes, but, put, lag, buf, lip, aid, aim, dig, dim, din,
dip, pail, cad, chap, bend, lid, gem, tin]


# 引入八股文
Expand Down Expand Up @@ -237,34 +239,32 @@ speller:
- derive/^([jqxy])u$/$1v/
- derive/^([aoe])([ioun])$/$1$1$2/
- xform/^([aoe])(ng)?$/$1$1$2/
- xform/iu$/Q/
- xform/[iu]a$/W/
- xform/[uv]an$/R/
- xform/[uv]e$/T/
- xform/ing$|uai$/Y/
- xform/^sh/U/
- xform/^ch/I/
- xform/^zh/V/
- xform/uo$/O/
- xform/[uv]n$/P/
- xform/i?ong$/S/
- xform/[iu]ang$/D/
- xform/(.)en$/$1F/
- xform/(.)eng$/$1G/
- xform/(.)ang$/$1H/
- xform/ian$/M/
- xform/(.)an$/$1J/
- xform/iao$/C/
- xform/(.)ao$/$1K/
- xform/(.)ai$/$1L/
- xform/(.)ei$/$1Z/
- xform/ie$/X/
- xform/ui$/V/
- xform/(.)ou$/$1B/
- xform/in$/N/
- xform/iu$/ǫ/
- xform/[iu]a$/ᴡ/
- xform/[uv]an$/ʀ/
- xform/[uv]e$/ᴛ/
- xform/ing$|uai$/ʏ/
- xform/^sh/ᴜ/
- xform/^ch/ɪ/
- xform/^zh/ᴠ/
- xform/uo$/ᴏ/
- xform/[uv]n$/ᴘ/
- xform/i?ong$/s/
- xform/[iu]ang$/ᴅ/
- xform/(.)en$/$1ғ/
- xform/(.)eng$/$1ɢ/
- xform/(.)ang$/$1ʜ/
- xform/ian$/ᴍ/
- xform/(.)an$/$1ᴊ/
- xform/iao$/ᴄ/
- xform/(.)ao$/$1ᴋ/
- xform/(.)ai$/$1ʟ/
- xform/(.)ei$/$1ᴢ/
- xform/ie$/x/
- xform/ui$/ᴠ/
- xform/(.)ou$/$1ʙ/
- xform/in$/ɴ/
- xlit/ǫᴡʀᴛʏᴜɪᴏᴘsᴅғɢʜᴍᴊᴄᴋʟᴢxᴠʙɴ/qwrtyuiopsdfghmjcklzxvbn/
# 中英文混输,见 https://github.com/iDvel/rime-ice/issues/230
- xform/"//
- xlit/QWRTYUIOPSDFGHMJCKLZXVBN/qwrtyuiopsdfghmjcklzxvbn/
# - abbrev/^(.).+$/$1/ # 首字母简拼
# 可输入大写字母。因为上面的双拼拼写规则用掉了大写字母。做了 xlit 转写,同时适配全拼和双拼。
- xlit/āḃçďēḟḡĥīĵḱĺḿńōṕɋŕśťūṽẃẋȳź/ABCDEFGHIJKLMNOPQRSTUVWXYZ/
2 changes: 1 addition & 1 deletion Rime/Common/rime_cn.dict.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: rime_cn
version: "2023-04-16"
version: "2023-07-29"
import_tables:
- dictionary/cn_dicts/rime-ice/8105 # rime-ice 8105 单字表
- dictionary/cn_dicts/rime-ice/41448 # rime-ice 41448 大字表
Expand Down

0 comments on commit a847a39

Please sign in to comment.