4 Star 4 Fork 2

王PC/Rime新世纪五笔拼音混合输入配置

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wubixsj_pinyin.schema.yaml 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
王PC 提交于 2024-10-21 17:32 . Fix emoji bug
# Rime schema settings
# encoding: utf-8
schema:
schema_id: wubixsj_pinyin
name: "五笔新世纪拼音"
version: "1.0"
author:
- 发明人 王永民先生
- 配置人 王鹏程先生
description: |
五笔新世纪拼音
dependencies:
- wubi_xinshiji
- pinyin_simp
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 英文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: extended_charset
states: [ 常用, 扩展 ]
- name: ascii_punct
states: [ 。,, ., ]
- name: emoji_suggestion
reset: 1
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@emoji_suggestion
speller:
delimiter: " ;'"
#max_code_length: 4 # 四碼頂字上屏
translator:
dictionary: wubi_xinshiji # 翻译器将调取此字典文件
enable_charset_filter: true # 开启字符集过滤
enable_completion: true # 提前显示编码未输入完整的词条
#comment_format:
# 开启自动造词相关设置,将下面四项都改为 true
enable_sentence: true # 句子输入模式
enable_user_dict: true # 是否开启用户词典(用户词典记录动态字词频,用户词)
enable_encoder: false # 自动造词
encode_commit_history: false # 是否对已上屏的词自动造词
max_phrase_length: 10 # 自动生成词的最大长度
user_dict: user # 用户词典名
db_class: tabledb # 用户词典类型 userdb - 二进制 / tabledb - 人类语言
disable_user_dict_for_patterns: # 不需要录入用户词典的编码
- "^z.*$"
# 输入的编码同时进行拼音反查,实现五笔与拼音的混输
abc_segmentor:
extra_tags:
- reverse_lookup
reverse_lookup:
dictionary: pinyin_simp
spelling_hints: 10
overwrite_comment: true
prefix: "`"
suffix: "'"
tips: [拼音]
tags:
- wubi_lookup
preedit_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/
wubi_lookup:
dictionary: wubi_xinshiji
tag: wubi_lookup
spelling_hints: 10
tips: [五笔编码提示]
punctuator:
import_preset: default
key_binder:
import_preset: default
recognizer:
import_preset: default
patterns:
reverse_lookup: "`[a-z]*'?$"
# Emoji模块
emoji_suggestion:
opencc_config: emoji.json
option_name: emoji_suggestion
tips: all
inherit_comment: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang-pc/rime-xinshiji_wubi_pinyin-config.git
git@gitee.com:wang-pc/rime-xinshiji_wubi_pinyin-config.git
wang-pc
rime-xinshiji_wubi_pinyin-config
Rime新世纪五笔拼音混合输入配置
master

搜索帮助