lua: 简化和修复 cold_word_drop 逻辑 (#923)

* update cold_word_drop
* Delete lua/cold_word_drop/debugtool.lua
* Delete lua/cold_word_drop/turndown_freq_words.lua
This commit is contained in:
Shingo
2024-06-23 19:37:16 +08:00
committed by GitHub
parent 0b59306d61
commit b2cb11c0d6
10 changed files with 349 additions and 413 deletions

View File

@@ -1,4 +1,5 @@
local hide_words =
{ ["示~例~"] = { "shil", "shili", },
{ ["示~例~"] = { "shil", "shili", },
["么特瑞"] = { "meter", },
}
return hide_words
return hide_words