-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzmcdzc.schema.yaml
119 lines (106 loc) · 2.52 KB
/
zmcdzc.schema.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Rime schema settings
# encoding: utf-8
schema:
schema_id: zmcdzc
name: 郑码
version: "2020.03.03"
author:
- 发明人 郑易里教授
description:
郑码超大字词
通过【袖珍简化字拼音】实现 ` 键拼音反查
简入繁出 需要安装 opencc 简繁转换词典
dependencies:
- pinyin_simp
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 英文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: zhs_zht
reset: 0
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
- table_translator
- reverse_lookup_translator
filters:
- simplifier
- uniquifier
speller:
alphabet: abcdefghijklmnopqrstuvwxyz
delimiter: " '"
max_code_length: 4 # 四码顶字上屏
auto_select: true # 自动上屏
auto_clear: auto
translator:
dictionary: zmcdzc
enable_charset_filter: true # 字符集过滤
enable_sentence: false # 自动造句
enable_encoder: false # 自动造词
enable_user_dict: false # 用戶詞典
encode_commit_history: false # 对已上屏词自动成词
max_phrase_length: 4 # 最大自动成词词长
abc_segmentor:
extra_tags:
# - reverse_lookup # 与拼音(反查码)混打
simplifier:
opencc_config: s2t.json
option_name: zhs_zht
tags: [ zhs_zht ]
tips: all
reverse_lookup:
dictionary: pinyin_simp
prefix: "`"
suffix: ";"
tips: 〔拼音〕
preedit_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/
punctuator:
import_preset: symbols
recognizer:
import_preset: default
patterns:
punct: "^/([0-9]0?|[a-z]+)$"
reverse_lookup: "`[a-z]*'?$|[a-z]*'$"
key_binder:
import_preset: default
bindings:
- { when: composing, accept: Return, send: Escape }
- { when: has_menu, accept: comma, send: comma }
- { when: has_menu, accept: period, send: period }
- { when: has_menu, accept: semicolon, send: 2 }
- { when: has_menu, accept: apostrophe, send: 3 }
menu:
page_size: 5
ascii_composer:
switch_key:
Caps_Lock: clear
Control_L: noop
Control_R: noop
Eisu_toggle: clear
Shift_L: commit_code
Shift_R: commit_text