fix: reduce_english_filter.lua 补上 zh ch sh 相关单词 fix #671

This commit is contained in:
Dvel
2024-02-07 16:02:40 +08:00
parent fc29dbb8b8
commit 5577c26f1d
8 changed files with 75 additions and 64 deletions

View File

@@ -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 = {}