forked from lotem/rime-zhung
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzhung_combo_transcript.schema.yaml
186 lines (177 loc) · 4.71 KB
/
zhung_combo_transcript.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
# Rime schema
# encoding: utf-8
schema:
schema_id: zhung_combo_transcript
name: 中州注音法(並擊)
version: "0.4"
author:
- 佛振 <[email protected]>
description: |
並擊輸入老派鄭州話
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: simplification
states: [ 漢字, 汉字 ]
engine:
processors:
- ascii_composer
- chord_composer
- recognizer
- key_binder
- speller
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
- r10n_translator
filters:
- simplifier
- uniquifier
speller:
alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"
algebra:
- xform/^([A-Za-z]+)\d$/$1/
#- derive/^yi?/i/
#- derive/^wu?/u/
- derive/^wu/vu/
- derive/^([vw])u([in])/$1e$2/
- derive/^([jqx])([^i])/$1i$2/
- derive/ui/uei/
- derive/([iu])n/$1en/
#- derive/^([zcsr]h?)y/$1/
- derive/^rh/r/
- derive/^w(a|au|ang?|en)/v$1/
chord_composer:
alphabet: "swxdecfrvgtbnjum ki,lo."
algebra:
- 'xlit|swxdecfrvgtbnjum ki,lo.|sczhlfgdbktpLiuVaNIUeOE|'
- xform/^zfb/v/
- xform/^zf/zh/
- xform/^cl/ch/
- xform/^fb/m/
- xform/^ld/n/
- xform/^hg/rh/
- xform/^g([iV])/j$1/
- xform/^k([iV])/q$1/
- xform/^h([iV])/x$1/
- 'xform/^a$/ /'
- xform/ae$/a/
- xform/^U$/,/
- xform/^E$/./
- xform/(ua?)IO$/$1Ne/
- xform/aI$/ai/
- xform/I[Oe]$/ei/
- xform/uI$/ui/
- xform/^gI$/ji/
- xform/^kI$/qi/
- xform/^hI$/xi/
- xform/I$/i/
- xform/VUE$/VNe/
- xform/V(a?)U$/i$1U/
- xform/aU$/au/
- xform/UE?$/ou/
- xform/([aiuV])Ne$/$1ng/
- xform/Ne$/eng/
- xform/([aiuV])N$/$1n/
- xform/N$/en/
- xform/L$/el/
- xform/iO$/iuo/
- xform/uO$/uo/
- xform/aO$/o/
- xform/O$/eo/
- xform/^i(ng?)$/yi$1/
- xform/^i$/yi/
- xform/^i/y/
- xform/^u(i|ng?)$/wu$1/
- xform/^u$/wu/
- xform/^u/w/
- xform/^V/yu/
- xform/V/iu/
#- xform/^([jqx])i([aoeu])/$1$2/
- xform/^([zcsr]h)i$/$1y/
- xform/^([zcsr]h)i([aoeu])/$1$2/
- xform/^([zcsr]h)i(ng?)$/$1e$2/
- xlit/VE/ve/
- xform/^([bpmfv])$/$1u/
- xform/^([dtnl])$/$1i/
- xform/^([gkh])$/$1eo/
- xform/^([zcsr]h?)$/$1y/
output_format:
- "xform/^([bpmfv])([iu]|i?[ae]|uo|[ae]i|i?[ao]u|[ei]n|i?an|ang|[ei]ng)$/$1$2'/"
- "xform/^([dtnl])(i|i?u|i?[ae]|[eu]o|iu[eo]|[aeu]i|i?[ao]u|i?u?an|[ei]n|i?un|i?ang|[ei]ng|i?ung)$/$1$2'/"
- "xform/^([gkh])(u|u?[ae]|[eu]o|u?ai|[eu]i|[ao]u|u?an|[eu]n|u?ang|[eu]ng)$/$1$2'/"
- "xform/^([jqxzcs]i)(u?[aeo]?|ai|[ao]u|u?an|u?n|[au]?ng)$/$1$2'/"
- "xform/^([zcsr]h?)([yu]|u?[ae]|[eu]o|u?ai|[eu]i|[ao]u|u?an|[eu]n|u?ang|[eu]ng)$/$1$2'/"
- "xform/^(y?)([aeo]|[ae]i|[ao]u|[aeiu]ng?)$/$1$2'/"
- "xform/^(yu|w)([aeo]|[au]i|[au]ng?)$/$1$2'/"
- "xform/^(eo|el|yi|wu|yu)$/$1'/"
- "erase/^([A-Za-z]+)$/"
prompt_format:
- "xform/(^|[ '])yi?/$1i/"
- "xform/(^|[ '])wu?/$1u/"
- xform/([zcsr]h?)y/$1/
- xform/([zcsr])h/\U$1/
- xform/iu/Y/
- xform/([jqx])u/$1Y/
- xform/el/W/
- xform/([aou])l/$1W/
- xform/eo/O/
- xform/ai/I/
- xform/ei/E/
- xform/ui/uE/
- xform/au/A/
- xform/ou/U/
- xform/ang/K/
- xform/eng/G/
- xform/([iuY])ng/$1G/
- xform/an/M/
- xform/en/N/
- xform/([iuY])n/$1N/
- "xlit|bpmfvdtnlgkhjqxZCSRzcsiuYWaoOeIEAUMNKG|ㄅㄆㄇㄈㄪㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄧㄨㄩㄦㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥ|"
- "xform/^(.*)$/【$1】/"
translator:
dictionary: zhung
prism: zhung_combo_transcript
preedit_format:
- "xform/(^|[ '])yi?/$1i/"
- "xform/(^|[ '])wu?/$1u/"
- xform/([zcsr]h?)y/$1/
- xform/([zcs])h/\U$1/
- xform/rh?/R/
- xform/iu/Y/
- xform/([jqx])u/$1Y/
- xform/el/W/
- xform/([aou])l/$1W/
- xform/eo/O/
- xform/ai/I/
- xform/ei/E/
- xform/ui/uE/
- xform/au/A/
- xform/ou/U/
- xform/ang/K/
- xform/eng/G/
- xform/([iuY])ng/$1G/
- xform/an/M/
- xform/en/N/
- xform/([iuY])n/$1N/
- "xlit|bpmfvdtnlgkhjqxZCSRzcsiuYWaoOeIEAUMNKG|ㄅㄆㄇㄈㄪㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄧㄨㄩㄦㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥ|"
- "xlit|'| |"
punctuator:
import_preset: default
key_binder:
import_preset: default
recognizer:
import_preset: default