dict: 日常更新

This commit is contained in:
Dvel
2023-06-19 21:27:33 +08:00
parent e32b3fa66c
commit c02bbe61ce
11 changed files with 99358 additions and 99322 deletions

View File

@@ -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