diff --git a/lua/corrector.lua b/lua/corrector.lua index 0e82efe..8a87237 100644 --- a/lua/corrector.lua +++ b/lua/corrector.lua @@ -87,9 +87,7 @@ local function corrector(input) local c = corrections[cand.comment] if c and cand.text == c.text then cand:get_genuine().comment = c.comment - elseif cand.type == "reverse_lookup" or cand.type == "unicode" then - -- 不处理反查和 Unicode 的 comment - else + elseif cand.type == "user_phrase" or cand.type == "phrase" or cand.type == "sentence" then cand:get_genuine().comment = "" end yield(cand)