mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
fix: reduce_english_filter.lua 补上 zh ch sh 相关单词 fix #671
This commit is contained in:
@@ -46,7 +46,11 @@ function M.init(env)
|
||||
"tier", "ties", "tim", "tin", "tip", "tit", "tour", "tout", "tum", "wag", "wait", "wail", "wan", "wand", "womens",
|
||||
"want", "wap", "war", "was", "wax", "way", "weir", "went", "won", "wow", "yan", "yang", "yen", "yep", "yes",
|
||||
"yet", "yin", "your", "yum", "zen", "zip",
|
||||
-- 下面是其他长度的
|
||||
-- 后面是 zh ch sh 的
|
||||
"bach", "bash", "bench", "bush", "cash", "couch", "dash", "dish", "hash", "hush", "lash", "loch", "lunch",
|
||||
"lush", "mesh", "much", "nash", "pinch", "pouch", "push", "ranch", "rich", "rush", "such", "tech", "touch",
|
||||
"wash", "zach",
|
||||
-- 其他
|
||||
"quanx", "eg",
|
||||
}
|
||||
M.all = {}
|
||||
|
||||
Reference in New Issue
Block a user