-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmoran.schema.yaml
287 lines (261 loc) · 8.88 KB
/
moran.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
schema:
schema_id: moran
name: 魔然
version: "20231111"
author:
- 自然碼發明人:周志農
- 方案製作:ksqsf
description: |
爲傳承字設計的自然碼及輔助碼智能整句輸入方案。
dependencies:
- moran_fixed
- moran_sentence
- moran_reverse
- moran_english
#- moran_japanese # 日語混輸
- stroke
- tiger
- cangjie5
- zrlf
switches:
- name: ascii_mode
states: [ 中文, 西文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: simplification
states: [ 漢字, 汉字 ]
- name: ascii_punct
states: [ 。,, ., ]
- options: [ utf8, gbk+emoji, big5+emoji ]
reset: 1
states: [ UTF-8, GBK, BIG5 ]
- name: flexible
states: [ 固詞, 動詞 ] # 「固詞」表示「固頂詞」
reset: 1
- name: emoji
reset: 1
states: [ 🈚, 🈶 ]
- name: unicode_comment
states: [ U關, U開 ]
- options: [ std_opencc, std_tw, std_hk, std_dzing ]
states: [ 通, 臺, 港, 寍 ]
engine:
processors:
- key_binder
- lua_processor@*moran_semicolon_processor
- ascii_composer
- recognizer
- speller
- punctuator
- lua_processor@*moran_launcher # 輸入 omorj 或 ogrwh 後回車打開魔然官網
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
- reverse_lookup_translator@reverse_universal
- reverse_lookup_translator@reverse_tiger
- reverse_lookup_translator@reverse_stroke
- reverse_lookup_translator@reverse_cangjie5
- reverse_lookup_translator@reverse_zrlf
- table_translator@custom_phrase # 自定義短語
- table_translator@english # 英語混輸
#- table_translator@japanese # 日語混輸
- lua_translator@*moran_express_translator@with_reorder # 翻譯器
- lua_translator@*moran_shijian # 日期orq 節氣ojq 星期oxq 時間osj
- lua_translator@*moran_number # 數字轉大寫
filters:
- lua_filter@*moran_reorder_filter
- simplifier@emoji
- charset_filter@gbk+emoji
- charset_filter@big5+emoji
- simplifier@std_hk
- simplifier@std_tw
- simplifier@std_dzing
- simplifier
- lua_filter@*moran_charset_comment_filter # Unicode 區位提示
- lua_filter@*moran_unicode_display_filter # Unicode 編碼提示
- uniquifier
speller:
alphabet: abcdefghijklmnopqrstuvwxyz
delimiter: " '"
algebra:
- derive/^(\w+);(\w)(\w)$/$1$2$3o/ # 全碼 YYXXo
- abbrev/^(\w+);(\w)(\w)$/$1$2$3/ # 降低 YYXX 優先級
- derive/^(\w+);(\w)(\w)$/$1$2/ # 構詞可以用 YYX
- derive/^(\w+);(\w)(\w)$/$1/ # 構詞可以用 YY
#- abbrev/^([a-z]).+$/$1/ # 首字母簡拼(※ 嚴重影響出字速度,不建議開啓)
ascii_composer:
switch_key:
Shift_L: commit_code
translator: # 整句輸入模式設置,在 top_translator 中被調用
dictionary: moran.extended
prism: moran
initial_quality: 5
max_homophones: 7
spelling_hints: 3
contextual_suggestions: true
preedit_format:
- xform/([a-z][a-z][a-z][a-z])o/$1°/
fixed: # 固頂輸入模式設置,在 top_translator 中被調用
initial_quality: 100
dictionary: moran_fixed
enable_completion: false
enable_sentence: false
enable_user_dict: false
enable_encoder: false
encode_commit_history: true
custom_phrase: # 自定義短語
dictionary: ""
user_dict: moran_custom_phrases
db_class: stabledb
enable_completion: false
enable_sentence: false
initial_quality: 1000
english:
dictionary: moran_english
enable_completion: true
enable_sentence: false
enable_user_dict: true
initial_quality: 1
enable_encoder: false
encode_commit_history: false
comment_format:
- xform/.*//
japanese:
dictionary: moran_japanese
enable_completion: false
enable_sentence: true
enable_user_dict: true
initial_quality: 0
enable_encoder: false
encode_commit_history: false
comment_format:
- xform/.*//
emoji:
opencc_config: moran_emoji.json
option_name: emoji
tips: none
std_hk:
opencc_config: t2hk.json
option_name: std_hk
#tips: all
std_tw:
opencc_config: t2tw.json
option_name: std_tw
#tips: all
std_dzing:
opencc_config: moran_dzing.json
option_name: std_dzing
tips: all
reverse_format:
comment_format:
- xform/(\w\w);(\w\w)/$1[$2]/
preedit_format:
- xform/^o(lf|bh|cj)//
reverse_tiger:
tag: reverse_tiger
dictionary: tiger
enable_completion: true
prefix: "`"
tips: 〔虎碼〕
__include: reverse_format
reverse_universal:
tag: reverse_universal
dictionary: moran.chars
tips: 〔通配〕
__include: reverse_format
reverse_stroke:
tag: reverse_stroke
dictionary: stroke
prefix: "obh"
enable_completion: true
tips: 〔橫h豎s撇p捺n折z〕
__include: reverse_format
reverse_cangjie5:
tag: reverse_cangjie5
dictionary: cangjie5
prefix: "ocj"
enable_completion: true
tips: 〔倉頡五代〕
__include: reverse_format
reverse_zrlf:
tag: reverse_zrlf
dictionary: zrlf
prefix: "olf"
enable_completion: true
tips: 〔兩分〕
__include: reverse_format
reverse_lookup:
extra_tags:
- reverse_tiger
- reverse_universal
- reverse_stroke
- reverse_cangjie5
- reverse_zrlf
punctuator:
import_preset: symbols
key_binder:
import_preset: default
bindings:
- {when: has_menu, accept: "Control+s", toggle: simplification}
- {when: has_menu, accept: "Control+u", toggle: unicode_comment}
- {when: has_menu, accept: "Control+q", toggle: emoji} # q 表示表情,讓出 Ctrl+e
- {when: has_menu, accept: "Control+Shift+0", toggle: std_opencc}
#- {when: has_menu, accept: semicolon, send: "2"} # 被 moran_semicolon_processor 替換
- {when: has_menu, accept: "Tab", send: "Control+Right"}
- {when: composing, accept: "Tab", send: "Control+Right"}
- {when: has_menu, accept: Shift+A, send_sequence: "{Control+Left}a{Control+Right}"}
- {when: has_menu, accept: Shift+B, send_sequence: "{Control+Left}b{Control+Right}"}
- {when: has_menu, accept: Shift+C, send_sequence: "{Control+Left}c{Control+Right}"}
- {when: has_menu, accept: Shift+D, send_sequence: "{Control+Left}d{Control+Right}"}
- {when: has_menu, accept: Shift+E, send_sequence: "{Control+Left}e{Control+Right}"}
- {when: has_menu, accept: Shift+F, send_sequence: "{Control+Left}f{Control+Right}"}
- {when: has_menu, accept: Shift+G, send_sequence: "{Control+Left}g{Control+Right}"}
- {when: has_menu, accept: Shift+H, send_sequence: "{Control+Left}h{Control+Right}"}
- {when: has_menu, accept: Shift+I, send_sequence: "{Control+Left}i{Control+Right}"}
- {when: has_menu, accept: Shift+J, send_sequence: "{Control+Left}j{Control+Right}"}
- {when: has_menu, accept: Shift+K, send_sequence: "{Control+Left}k{Control+Right}"}
- {when: has_menu, accept: Shift+L, send_sequence: "{Control+Left}l{Control+Right}"}
- {when: has_menu, accept: Shift+M, send_sequence: "{Control+Left}m{Control+Right}"}
- {when: has_menu, accept: Shift+N, send_sequence: "{Control+Left}n{Control+Right}"}
- {when: has_menu, accept: Shift+O, send_sequence: "{Control+Left}o{Control+Right}"}
- {when: has_menu, accept: Shift+P, send_sequence: "{Control+Left}p{Control+Right}"}
- {when: has_menu, accept: Shift+Q, send_sequence: "{Control+Left}q{Control+Right}"}
- {when: has_menu, accept: Shift+R, send_sequence: "{Control+Left}r{Control+Right}"}
- {when: has_menu, accept: Shift+S, send_sequence: "{Control+Left}s{Control+Right}"}
- {when: has_menu, accept: Shift+T, send_sequence: "{Control+Left}t{Control+Right}"}
- {when: has_menu, accept: Shift+U, send_sequence: "{Control+Left}u{Control+Right}"}
- {when: has_menu, accept: Shift+V, send_sequence: "{Control+Left}v{Control+Right}"}
- {when: has_menu, accept: Shift+W, send_sequence: "{Control+Left}w{Control+Right}"}
- {when: has_menu, accept: Shift+X, send_sequence: "{Control+Left}x{Control+Right}"}
- {when: has_menu, accept: Shift+Y, send_sequence: "{Control+Left}y{Control+Right}"}
- {when: has_menu, accept: Shift+Z, send_sequence: "{Control+Left}z{Control+Right}"}
- {when: has_menu, accept: Shift+BackSpace, send_sequence: "{Control+Left}{BackSpace}{Control+Right}"}
recognizer:
import_preset: default
patterns:
reverse_universal: "(^(`[a-z`]+))|(^([a-z]{2}(`[a-z`]?|[a-z`]`)))"
reverse_tiger: "(^`$)|(^`[a-zA-Z]+$)"
reverse_stroke: "^obh[A-Za-z]*$"
reverse_cangjie5: "^ocj[A-Za-z]*$"
reverse_zrlf: "^olf[A-Za-z]*$"
punct: '^/([0-9]0?|[A-Za-z]+)$'
moran: # 兜底默認值;以防用戶不提供任何值
quick_code_indicator: "⚡️"
enable_word_filter: false
ijrq:
enable: true
#defer: 5
show_hint: false
suffix: 'o'
__patch:
- moran.defaults.yaml:/patch?
- moran_patches.yaml:/fix_opencc_t2s?
- moran.custom.yaml:/patch?