-
Notifications
You must be signed in to change notification settings - Fork 7
/
wubi06_big5_dz.schema.yaml
101 lines (92 loc) · 2.29 KB
/
wubi06_big5_dz.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
# Rime schema: wubi06_big5_dz
# encoding: utf-8
#
# 新世紀五筆字型資源庫:https://06wb.github.io
# 新世紀五筆字型QQ羣:38021162
# 仅含大五码范围内的字
# 修正、统一了王码大一统新世纪版五笔字型错误编码
# 问题请反馈至:https://github.com/CNMan/UnicodeCJK-WuBi06
schema:
schema_id: wubi06_big5_dz
name: "新世紀五筆大五碼單字版(CNMan)"
version: “20221020”
author:
- 發明人 王永民先生
- 整理人 [email protected]
description: |
新世紀五筆字型資源庫:https://06wb.github.io
新世紀五筆字型QQ羣:38021162
敲 z 鍵進入拼音反查
敲 / 鍵進入symbols.yaml中的特殊字符輸入
dependencies:
- luna_pinyin
- symbols
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
- name: full_shape
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
speller:
delimiter: " ;'"
max_code_length: 4
auto_select: true
auto_select_unique_candidate: true
use_space: false
auto_clear: max_length
translator:
dictionary: wubi06_big5_dz
enable_charset_filter: false
enable_encoder: false
encode_commit_history: false
max_phrase_length: 4
enable_completion: false
sentence_over_completion: false
strict_spelling: false
disable_user_dict_for_patterns:
- "^z.*$"
enable_sentence: false
enable_user_dict: false
reverse_lookup:
dictionary: luna_pinyin
prefix: "z"
suffix: "'"
tips: 〔拼音〕
preedit_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/
punctuator:
import_preset: symbols
key_binder:
import_preset: default
bindings:
- {accept: semicolon, send: 2, when: has_menu}
- {accept: apostrophe, send: 3, when: has_menu}
- {accept: space, send: Escape, when: composing}
- {accept: space, send: space, when: has_menu}
recognizer:
import_preset: default
patterns:
reverse_lookup: "^z[a-z]*'?$"
punct: "/[a-z]*$"