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

@@ -0,0 +1,5 @@
local reduce_freq_words =
{ ["示~例~"] = { "shili", },
["颜射"] = { "yanshe", },
}
return reduce_freq_words