mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-31 07:36:53 +00:00
fix: 移除多余声明
This commit is contained in:
@@ -31256,9 +31256,7 @@ hyundai hyundai
|
||||
I I
|
||||
I'd I'd
|
||||
I'll I'll
|
||||
i'm i'm
|
||||
I'm I'm
|
||||
i've i've
|
||||
I've I've
|
||||
i.e. i.e
|
||||
i18n i18n
|
||||
|
||||
@@ -152,7 +152,6 @@ local function restore_sentence_spacing(cand, split_pattern, check_pattern)
|
||||
table.insert(parts, sub(text, current_s, chunk_end))
|
||||
end
|
||||
|
||||
local new_text = table.concat(parts, " ")
|
||||
local new_text = ""
|
||||
for i, part in ipairs(parts) do
|
||||
if i == 1 then
|
||||
|
||||
Reference in New Issue
Block a user