forked from edward-martyr/rime-yahwe_zaonhe
-
Notifications
You must be signed in to change notification settings - Fork 2
/
yahwe_zaonhe.schema.yaml
152 lines (135 loc) · 3.15 KB
/
yahwe_zaonhe.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
# Rime schema
# encoding: utf-8
schema:
schema_id: yahwe_zaonhe
name: 吳協式上海言話
version: "2022.07.05"
author:
- Yuanhao 'Nyoeghau' Chen ‹nyoeghau@nyoeghau.com›
description: |
上海言話
拼寫方案採用吳語協會式
http://wu-chinese.com/romanization/
http://wu-chinese.com/minidict/
dependencies:
- luna_pinyin
switches:
- name: simplification
states: [漢字, 汉字]
- name: ascii_mode
reset: 0
states: [中文, 西文]
- name: full_shape
reset: 0
states: [半角, 全角]
- name: extended_charset
reset: 1
states: [通用, 增廣]
- name: ascii_punct
reset: 0
states: [。,, .,]
engine:
processors:
- ascii_composer
- recognizer
- key_binder
- speller
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- affix_segmentor@luna_pinyin
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
- script_translator
- script_translator@luna_pinyin
filters:
- simplifier
- uniquifier
- reverse_lookup_filter@yahwe_zaonhe_reverse_lookup
speller:
alphabet: ";zyxwvutsrqponmlkjihgfedcba"
delimiter: " '"
algebra:
- xform/'/;/
- xform/\d+$//
- abbrev/^([a-z]).+$/$1/
- abbrev/^(([ptsck]|ts)h).+$/$1/
- abbrev/^(ts).+$/$1/
- abbrev/^(ny).+$/$1/
- abbrev/^(ng).+$/$1/
- abbrev/^(gh).+$/$1/
# 新派口音
# - derive/^tsi/ci/
# - derive/^tshi/chi/
# - derive/^([sz])i/$1hi/
# - derive/^zi/ji/
# - derive/ah$/eh/
# - derive/eh$/ah/
# - derive/ioh$/iuih/
# - derive/iuih$/ioh/
# 中派口音
- derive/(?<=[sz])yu$/y/
- derive/ae$/e/ # 模糊“蘭”“雷”
- derive/ie$/i/ # 模糊“煙”“衣”
- derive/aeh$/ah/ # 多數中派模糊前後ah
- derive/ah$/aeh/
- derive/aon$/an/ # 多數中派模糊前後an
- derive/an$/aon/
- derive/^zaon$/laon/ # 地上、衣裳
- derive/^zi(?=a)/y/ # 謝謝 zia ya; 好像 hau yan
# 簡寫以及更多易錯模糊
- derive/^ny(?=[aeou])/ni/
- derive/^nyi/ni/
# - derive/^sh/x/
# - derive/^ch/q/
- derive/ui(?=[nh]$)/u/
# 蘇州口音
# - derive/^(ts|z|dz|s|l)i(eu)/$1$2/
# 兼容吳語學堂
# - derive/^r$/er/
# - abbrev/^nyi(?=[nh]$|$)/gni/
# - abbrev/^ny(?=[aeou])/gni/
# - derive/ui(?=[nh]$)/u/
# - derive/h$/q/
translator:
dictionary: yahwe_zaonhe
prism: yahwe_zaonhe
spelling_hints: 6
comment_format:
- xform/\d+//
luna_pinyin:
tag: luna_pinyin
dictionary: luna_pinyin
prefix: "`"
suffix: ";"
tips: 〔普通話〕
preedit_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/
yahwe_zaonhe_reverse_lookup:
tags: [luna_pinyin]
overwrite_comment: false
dictionary: yahwe_zaonhe
comment_format:
- xform/\d+//
punctuator:
import_preset: symbols
full_shape:
":": [:, ;]
half_shape:
":": [:, ;]
key_binder:
import_preset: default
recognizer:
import_preset: default
patterns:
punct: "^/([0-9]0?|[a-z]+)$"
luna_pinyin: "`[a-z]*;?$"