• rime wubi_86 繁體字設置


    # Rime schema settings
    # encoding: utf-8

    schema:
    schema_id: wubi86
    name: "五笔86"
    version: "0.21"
    author:
    - 發明人 王永民先生
    description: |
    五筆字型86版
    碼表源自 ibus-table
    敲 z 鍵進入拼音反查
    dependencies:
    - pinyin_simp

    switches:
    - name: ascii_mode
    reset: 1
    states: [ 中文, 西文 ]
    - name: full_shape
    states: [ 半角, 全角 ]
    - name: simp_trad
    states: [ 汉字, 漢字 ]
    - name: extended_charset
    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
    - table_translator
    filters:
    - simplifier
    - uniquifier
    simplifier:
    opencc_config: s2t.json
    option_name: simp_trad

    speller:
    delimiter: " ;'"
    #max_code_length: 4

    translator:
    dictionary: wubi86
    enable_charset_filter: true
    enable_sentence: true
    enable_encoder: true
    encode_commit_history: true
    max_phrase_length: 4
    disable_user_dict_for_patterns:
    - "^z.*$"

    reverse_lookup:
    dictionary: pinyin_simp
    prefix: "z"
    suffix: "'"
    tips: 〔拼音〕
    preedit_format:
    - xform/([nl])v/$1ü/
    - xform/([nl])ue/$1üe/
    - xform/([jqxy])v/$1u/

    punctuator:
    import_preset: default

    key_binder:
    import_preset: default

    recognizer:
    import_preset: default
    patterns:
    reverse_lookup: "^z[a-z]*'?$"

  • 相关阅读:
    利用mybatis-generator自动生成代码
    gradle安装
    有关﹤![CDATA[ ]]> 说明
    mysql时间字段转换为毫秒格式
    string 与BigDecimal互转
    VLOOKUP多条件查找不使用辅助列
    BIEE-CSS样式大全
    VBA【遍历每个工作表并将工作表表名赋予B2单元格】
    深入理解公式{1,0}的用法
    DB2解锁
  • 原文地址:https://www.cnblogs.com/weishuan/p/7706464.html
Copyright © 2020-2023  润新知