1 Star 0 Fork 1

EE.Tiny / rime-settings

forked from 标准环境 / rime-settings 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
luna_pinyin_simp.schema.yaml 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
码农伯伯 提交于 2019-01-08 16:38 . Initial commit
# Rime schema
# encoding: utf-8
schema:
schema_id: luna_pinyin_simp
name: 朙月拼音·简化字
version: "0.22"
author:
- 佛振 <chen.sst@gmail.com>
description: |
朙月拼音,簡化字輸出模式。
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: zh_simp
reset: 1
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
- table_translator@custom_phrase
- script_translator
filters:
- simplifier
- uniquifier
speller:
alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"
algebra:
- erase/^xx$/
- abbrev/^([a-z]).+$/$1/
- abbrev/^([zcs]h).+$/$1/
- derive/^([nl])ve$/$1ue/
- derive/^([jqxy])u/$1v/
- derive/un$/uen/
- derive/ui$/uei/
- derive/iu$/iou/
- derive/([aeiou])ng$/$1gn/
- derive/([dtngkhrzcs])o(u|ng)$/$1o/
- derive/ong$/on/
- derive/ao$/oa/
- derive/([iu])a(o|ng?)$/a$1$2/
translator:
dictionary: luna_pinyin
prism: luna_pinyin_simp
preedit_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/
custom_phrase:
dictionary: ""
user_dict: custom_phrase
db_class: stabledb
enable_completion: false
enable_sentence: false
initial_quality: 1
simplifier:
option_name: zh_simp
punctuator:
import_preset: default
key_binder:
import_preset: default
bindings:
- { when: always, accept: Control+Shift+4, toggle: zh_simp }
- { when: always, accept: Control+Shift+dollar, toggle: zh_simp }
recognizer:
import_preset: default
1
https://gitee.com/eeTiny/rime-settings.git
git@gitee.com:eeTiny/rime-settings.git
eeTiny
rime-settings
rime-settings
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891