fix: 降权大写单词的小写形式编码 https://github.com/iDvel/rime-ice/issues/666#issuecomment-2405142244
This commit is contained in:
parent
06074ecb7b
commit
87a7de47e9
@ -52,6 +52,7 @@ function M.init(env)
|
|||||||
"wash", "zach",
|
"wash", "zach",
|
||||||
-- 其他
|
-- 其他
|
||||||
"quanx", "eg",
|
"quanx", "eg",
|
||||||
|
"my", "mt", "dj", "as", "js", "cs", "ak", "ps", "cd", "cn", "hk", "bt", "pk"
|
||||||
}
|
}
|
||||||
M.all = {}
|
M.all = {}
|
||||||
for _, v in ipairs(all) do
|
for _, v in ipairs(all) do
|
||||||
|
@ -142,7 +142,8 @@ reduce_english_filter:
|
|||||||
tad, tail, taj, tar, tax, tec, ted, tel, ter, tex, tic, tied, tier, ties, tim, tin, tit, tour, tout, tum,
|
tad, tail, taj, tar, tax, tec, ted, tel, ter, tex, tic, tied, tier, ties, tim, tin, tit, tour, tout, tum,
|
||||||
wag, wand, womens, wap, wax, weir, won, went,
|
wag, wand, womens, wap, wax, weir, won, went,
|
||||||
yan, yen,
|
yan, yen,
|
||||||
zach
|
zach,
|
||||||
|
my, mt, dj, as, js, cs, ak, ps, cd, cn, hk, bt, pk # 一些由算法转写的大写单词编码
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user