We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请教一个问题,我用的是小狼毫自带的双拼方案,仅仅是挂载了白霜词库,然后打字时按键d不出候选字,比如我要打“的”字,我都得打全了“de”,才会出候选字。其他按键都没问题。以及用自带的luna_pinyin词库也没问题。
复现: 仅下载了cn_dicts_cell目录、cn_dicts目录、和 rime_frost.dict.yaml文件。 删除了rime_frost.dict.yaml的按需启用部分。 修改double_pinyin_flypy.custom.yaml文件 挂载白霜词库。
double_pinyin_fly.schema.yaml:
# Rime schema # encoding: utf-8 schema: schema_id: double_pinyin_flypy name: 小鶴雙拼 version: "0.18" author: - double pinyin layout by 鶴 - Rime schema by 佛振 <[email protected]> description: | 朙月拼音+小鶴雙拼方案。 dependencies: - stroke switches: - name: ascii_mode reset: 0 states: [ 中文, 西文 ] - name: full_shape states: [ 半角, 全角 ] - name: simplification states: [ 漢字, 汉字 ] - name: ascii_punct states: [ 。,, ., ] engine: processors: - ascii_composer - recognizer - key_binder - speller - punctuator - selector - navigator - express_editor segmentors: - ascii_segmentor - matcher - abc_segmentor - punct_segmentor - fallback_segmentor translators: - punct_translator - reverse_lookup_translator - script_translator filters: - simplifier - uniquifier speller: alphabet: zyxwvutsrqponmlkjihgfedcba delimiter: " '" algebra: - erase/^xx$/ - derive/^([jqxy])u$/$1v/ - derive/^([aoe])([ioun])$/$1$1$2/ - xform/^([aoe])(ng)?$/$1$1$2/ - xform/iu$/Q/ - xform/(.)ei$/$1W/ - xform/uan$/R/ - xform/[uv]e$/T/ - xform/un$/Y/ - xform/^sh/U/ - xform/^ch/I/ - xform/^zh/V/ - xform/uo$/O/ - xform/ie$/P/ - xform/i?ong$/S/ - xform/ing$|uai$/K/ - xform/(.)ai$/$1D/ - xform/(.)en$/$1F/ - xform/(.)eng$/$1G/ - xform/[iu]ang$/L/ - xform/(.)ang$/$1H/ - xform/ian$/M/ - xform/(.)an$/$1J/ - xform/(.)ou$/$1Z/ - xform/[iu]a$/X/ - xform/iao$/N/ - xform/(.)ao$/$1C/ - xform/ui$/V/ - xform/in$/B/ - xlit/QWRTYUIOPSDFGHJKLZXCVBNM/qwrtyuiopsdfghjklzxcvbnm/ #- abbrev/^(.).+$/$1/ translator: dictionary: luna_pinyin prism: double_pinyin_flypy preedit_format: - xform/([bpmfdtnljqx])n/$1iao/ - xform/(\w)g/$1eng/ - xform/(\w)q/$1iu/ - xform/(\w)w/$1ei/ - xform/([dtnlgkhjqxyvuirzcs])r/$1uan/ - xform/(\w)t/$1ve/ - xform/(\w)y/$1un/ - xform/([dtnlgkhvuirzcs])o/$1uo/ - xform/(\w)p/$1ie/ - xform/([jqx])s/$1iong/ - xform/(\w)s/$1ong/ - xform/(\w)d/$1ai/ - xform/(\w)f/$1en/ - xform/(\w)h/$1ang/ - xform/(\w)j/$1an/ - xform/([gkhvuirzcs])k/$1uai/ - xform/(\w)k/$1ing/ - xform/([jqxnl])l/$1iang/ - xform/(\w)l/$1uang/ - xform/(\w)z/$1ou/ - xform/([gkhvuirzcs])x/$1ua/ - xform/(\w)x/$1ia/ - xform/(\w)c/$1ao/ - xform/([dtgkhvuirzcs])v/$1ui/ - xform/(\w)b/$1in/ - xform/(\w)m/$1ian/ - xform/([aoe])\1(\w)/$1$2/ - "xform/(^|[ '])v/$1zh/" - "xform/(^|[ '])i/$1ch/" - "xform/(^|[ '])u/$1sh/" - xform/([jqxy])v/$1u/ - xform/([nl])v/$1ü/ reverse_lookup: dictionary: stroke enable_completion: true prefix: "`" suffix: "'" tips: 〔筆畫〕 preedit_format: - xlit/hspnz/一丨丿丶乙/ comment_format: - xform/([nl])v/$1ü/ punctuator: import_preset: default key_binder: import_preset: default recognizer: import_preset: default patterns: reverse_lookup: "`[a-z]*'?$"
double_pinyin_flypy.custom.yaml:
# encoding: utf-8 patch: translator/dictionary: rime_frost #挂载白霜词库 translator/preedit_format: {} # 不提示全拼码
rime_frost.dict.yaml:
# Rime dictionary # encoding: utf-8 --- name: rime_frost version: "2023-11-13" import_tables: - cn_dicts/8105 # 字表 - cn_dicts/41448 # 大字表(按需启用) - cn_dicts/base # 基础词库 - cn_dicts/ext # 扩展词库 # - cn_dicts/tencent # 腾讯词向量(大词库,部署时间较长) - cn_dicts/others # 一些杂项 # 细胞词库 - cn_dicts_cell/medication - cn_dicts_cell/industry_product - cn_dicts_cell/exthot - cn_dicts_cell/chess - cn_dicts_cell/chess2 - cn_dicts_cell/animal - cn_dicts_cell/game - cn_dicts_cell/idiom - cn_dicts_cell/sport - cn_dicts_cell/media - cn_dicts_cell/shulihua - cn_dicts_cell/food - cn_dicts_cell/inputmethod - cn_dicts_cell/history - cn_dicts_cell/place - cn_dicts_cell/geography - cn_dicts_cell/name2 - cn_dicts_cell/literature - cn_dicts_cell/music - cn_dicts_cell/computer - cn_dicts_cell/composite - cn_dicts_cell/name ...
The text was updated successfully, but these errors were encountered:
应该要开启补全 还是预测什么的开关才行 translator加上 enable_completion: true 试试
Sorry, something went wrong.
No branches or pull requests
请教一个问题,我用的是小狼毫自带的双拼方案,仅仅是挂载了白霜词库,然后打字时按键d不出候选字,比如我要打“的”字,我都得打全了“de”,才会出候选字。其他按键都没问题。以及用自带的luna_pinyin词库也没问题。
复现:
仅下载了cn_dicts_cell目录、cn_dicts目录、和 rime_frost.dict.yaml文件。
删除了rime_frost.dict.yaml的按需启用部分。
修改double_pinyin_flypy.custom.yaml文件 挂载白霜词库。
double_pinyin_fly.schema.yaml:
double_pinyin_flypy.custom.yaml:
rime_frost.dict.yaml:
The text was updated successfully, but these errors were encountered: