-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtupa.schema.yaml
109 lines (97 loc) · 2.05 KB
/
tupa.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
# Rime schema
# encoding: utf-8
schema:
schema_id: tupa
name: 切韻拼音
version: "2022.05.21"
author:
- Ayaka Mikazuki <[email protected]>
description: |-
切韻拼音
https://zhuanlan.zhihu.com/p/478751152
dependencies:
- luna_pinyin
- jyut6ping3
- tupa_unspaced
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: simplification
states: [ 漢字, 汉字 ]
- name: ascii_punct
states: [ 。,, ., ]
engine:
processors:
- ascii_composer
- recognizer
- key_binder
- speller
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- affix_segmentor@luna_pinyin
- affix_segmentor@jyut6ping3
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
- script_translator
- script_translator@luna_pinyin
- script_translator@jyut6ping3
filters:
- simplifier
- uniquifier
- reverse_lookup_filter@tupa_reverse_lookup
speller:
alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"
algebra:
- "xform/'//"
- abbrev/^([a-z]).+$/$1/
- abbrev/^([^aeiouyw]+).+$/$1/
- abbrev/[qh]$// # 聲調
translator:
dictionary: tupa
spelling_hints: 8
comment_format:
- "xform/$/\u200b/" # 永遠顯示拼音
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/
jyut6ping3:
tag: jyut6ping3
dictionary: jyut6ping3
prefix: "f"
suffix: ";"
tips: 〔粵語〕
tupa_reverse_lookup:
tags: [ luna_pinyin, jyut6ping3 ]
overwrite_comment: false
dictionary: tupa_unspaced
comment_format:
- xform/=/ /
punctuator:
import_preset: symbols
key_binder:
import_preset: default
recognizer:
import_preset: default
patterns:
punct: "^/([0-9]0?|[a-z]+)$"
luna_pinyin: "^`[a-z]*;?$"
jyut6ping3: "^f[a-z]*;?$"