wxyzhen

Results 50 comments of wxyzhen

> > 把目前的中英混输词库分成 N 份,一份全拼、一份小鹤、一份自然码。。。 > > > > ``` > > - cn_en_pinyin.dict.yaml > > - cn_en_double_pinyin.dict.yaml > > - cn_en_double_pinyin_flypy.dict.yaml > > > > 例如: > > #...

@iDvel 我在cn_en.go 中添加了智能ABC双拼的字典,麻烦看下是否可以合并。 https://github.com/iDvel/rime-ice/pull/259 [rime_cn_en.zip](https://github.com/iDvel/rime-ice/files/11427272/rime_cn_en.zip)

稍微修改了下 ``` #local reduce_emoji = {} --- https://github.com/boomker/rime-fast-xhup/blob/master/lua/reduce_emoji.lua --- 在filter中的"simplifier@emoji"和- "simplifier@traditionalize"之间添加- "lua_filter@*reduce_emoji" ---@diagnostic disable-next-line: unused-local local function reduce_emoji(input, env) local engine = env.engine local config = engine.schema.config local emoji_cands =...

第一次空格:查字典? 第二次空格:最前面的候选上屏?

我也碰到了同样的问题。 ` message: '{"error":{"message":"[object Object]","name":"ResponseError","status_code":404},"errorType":"OllamaBizError","provider":"ollama"}', run embedding task 1 }`

Rimesync not only writes data to the sync directory, but also merges the local userdict. To temporarily solve this problem, we can execute RImesync after a period of time when...