|
1 | 1 | --- |
2 | 2 |
|
3 | 3 | patch: |
4 | | - # speller: |
5 | | - # algebra: |
6 | 4 | ## 左右飞键音码规则 |
7 | | - - derive/^(j)n/$1c/correction |
8 | | - - derive/^([jyn])t/$1d/ # t --> d |
9 | | - - derive/^([jmn])p/$1e/ # p --> e |
10 | | - - derive/^([djlnx])q/$1f/ # q --> f |
11 | | - - derive/^p([okibnmuhj])/e$1/ |
12 | | - - derive/^q([pkibnmsxyl])/f$1/ |
| 5 | + - derive/^(j)n/$1c/ |
| 6 | + - derive/^([jy])t/$1d/ # t --> d |
| 7 | + - derive/^(j)p/$1e/ # p --> e |
| 8 | + - derive/^([jlx])q/$1f/ # q --> f |
| 9 | + - derive/^p([okbmuhj])/e$1/ |
| 10 | + - derive/^q([pkibmsxyl])/f$1/ |
13 | 11 | - derive/^qt/fd/ |
14 | 12 | - derive/^qu/fe/ |
15 | | - - derive/^qr/fo/correction |
16 | | - - derive/^ko/kr/ |
17 | | - - derive/^([jki])y/$1w/ # [jki]y --> [jki]w |
| 13 | + - derive/^([jk])y/$1w/ # [jki]y --> [jki]w |
18 | 14 | - derive/^y([ikb])/w$1/ # y[ikb] --> w[ikb] |
19 | 15 | - derive/^yh/wn/ |
20 | 16 | - derive/^yj/wm/ |
21 | 17 | - derive/^hj/aj/ |
22 | | - - derive/^hy/hw/correction |
23 | | - - derive/^uj/ur/ |
24 | | - - derive/^uy/uw/correction # uy --> uw |
25 | | - - derive/^vx/ux/ # vx --> ux |
26 | 18 | - derive/^vs/us/ # vs --> us |
27 | | - - derive/^vd/ud/ # vd --> ud |
28 | 19 | - derive/^vf/vn/ # vf --> vn |
29 | | - - derive/^vg/vk/ # vg --> vk |
30 | 20 | - derive/^vr/vm/ # vr --> vm |
31 | 21 | - derive/^rv/rl/ # rv --> rl |
32 | 22 | - derive/^rz/rm/ # rz --> rm |
33 | 23 | - derive/^rf/rn/ # rf --> rn |
34 | 24 | - derive/^rg/rb/ # rg --> rb |
35 | 25 | - derive/^tg/rb/ # tg --> rb |
36 | 26 | - derive/^tk/rk/ # tk --> rk |
37 | | - - derive/^te/df/ # te --> df |
38 | | - - derive/^tw/dw/ # tw --> dw |
39 | | - - derive/^tv/dl/correction # tv --> dl |
| 27 | + - derive/^tv/dl/ # tv --> dl |
40 | 28 | - derive/^gr/gm/ # gr --> gm |
41 | 29 | - derive/^gf/gn/ # gf --> gn |
42 | | - - derive/^gy/gk/ # gy --> gk |
43 | 30 | - derive/^g([wv])/gi/ # g[wv] --> gi |
44 | 31 | - derive/^xt/xo/ |
45 | 32 | - derive/^xs/xh/ |
46 | 33 | - derive/^nh/nx/ |
47 | | - - derive/^nu/nv/correction |
48 | 34 | - derive/^nj/xj/ |
49 | | - - derive/^no/nr/correction |
50 | | - - derive/^lo/ng/correction |
51 | | - - derive/^lp/nl/correction |
52 | | - - derive/^ly/nw/ |
53 | | - - derive/^lm/nz/ |
54 | | - - derive/^li/lx/correction |
55 | 35 | - derive/^jm/jz/ |
56 | 36 | - derive/^jb/ja/ |
57 | 37 | - derive/^za/zl/ |
58 | 38 | - derive/^ze/zn/ |
59 | 39 | - derive/^zr/zm/ |
60 | 40 | - derive/^z([ws])/zk/ |
61 | | - - derive/^i([kl])/ix/ |
62 | 41 | - derive/^mh/mx/ |
63 | 42 | - derive/^mb/ms/ |
64 | | - - derive/^mk/me/correction |
65 | 43 | - derive/^mo/mr/ |
66 | 44 | - derive/^mu/mv/ |
67 | 45 | - derive/^sz/sl/ |
68 | 46 | - derive/^bw/bs/ |
69 | | - - derive/^b([fgnm])/s$1/ |
| 47 | + - derive/^b([nm])/s$1/ |
70 | 48 | - derive/^cs/ck/ |
71 | 49 | - derive/^ce/cn/ |
72 | 50 | - derive/^cr/cm/ |
73 | 51 | - derive/^c([dz])/cl/ |
| 52 | + |
| 53 | + # 以下为 纠错规则(权重低) |
| 54 | + - derive/^qr/fo/correction |
| 55 | + - derive/^qn/fn/correction |
| 56 | + - derive/^ko/kr/correction |
| 57 | + - derive/^hy/hw/correction |
| 58 | + - derive/^uj/ur/correction |
| 59 | + - derive/^uy/uw/correction # uy --> uw |
| 60 | + - derive/^vx/ux/correction # vx --> ux |
| 61 | + - derive/^vd/ud/correction # vd --> ud |
| 62 | + - derive/^vg/vk/correction # vg --> vk |
| 63 | + - derive/^te/df/correction # te --> df |
| 64 | + - derive/^tw/dw/correction # tw --> dw |
| 65 | + - derive/^gy/gk/correction # gy --> gk |
| 66 | + - derive/^nu/nv/correction |
| 67 | + - derive/^no/nr/correction |
| 68 | + - derive/^lo/ng/correction |
| 69 | + - derive/^lp/nl/correction |
| 70 | + - derive/^ly/nw/correction |
| 71 | + - derive/^lm/nz/correction |
| 72 | + - derive/^li/lx/correction |
| 73 | + - derive/^mk/me/correction |
| 74 | + - derive/^nt/nd/correction |
| 75 | + - derive/^iy/iw/correction |
| 76 | + - derive/^i([kl])/ix/correction |
| 77 | + - derive/^([mn])p/$1e/correction |
| 78 | + - derive/^([dn])q/$1f/correction |
| 79 | + - derive/^p([in])/e$1/correction |
| 80 | + - derive/^b([fg])/s$1/correction |
0 commit comments