mirror of
https://github.com/d0zingcat/rime-ice.git
synced 2026-05-13 23:16:54 +00:00
dict: 日常更新
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
-- 提高权重的原因:因为在方案中设置了大于 1 的 initial_quality,导致 rq sj xq dt ts 产出的候选项在所有词语的最后。
|
||||
local function yield_cand(seg, text)
|
||||
local cand = Candidate('date', seg.start, seg._end, text, '')
|
||||
local cand = Candidate('', seg.start, seg._end, text, '')
|
||||
cand.quality = 100
|
||||
yield(cand)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user