-
Notifications
You must be signed in to change notification settings - Fork 0
/
cnAL2O3five.schema.yaml
71 lines (63 loc) · 2.03 KB
/
cnAL2O3five.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
# Rime schema
# encoding: utf-8
schema:
schema_id: cnAL2O3five
name: "cnAL₂O₃five"
version: "2022.09.10"
author:
- 发明创始:学者秋风
- 方案修改:伪学者 Mark
description: |
“蓝宝石cnAL2O3five”
Mark自用
dependencies:
- pin
switches:
- name: ascii_mode
reset: 0 # 默认0或没有注明则为前者,若选1则为后者.下同
states: [ 中文, 英文 ]
- name: full_shape
states: [ 半角, 全角 ]
- name: extended_charset
states: [ 通用, 增廣 ]
reset: 1
- name: ascii_punct
states: [ 。,, ., ]
engine:
processors:
- ascii_composer
- recognizer
- key_binder
- speller
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher # 与 recognizer 配合设置反查触发
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
- table_translator
filters:
- uniquifier
speller:
alphabet: 'zyxwvutsrqponmlkjihgfedcba' #定义可用于输入的键
translator:
dictionary: cnAL2O3five # 引入主码表"cnAL2O3five.dict.yaml"
initial_quality: 1 #設定此翻譯器出字優先級
enable_charset_filter: false # 是否開啓字符集過濾
enable_encoder: false # 是否開啓自動造詞
encode_commit_history: false # 是否對已上屛詞自動成詞
enable_completion: true # 提前顯示尚未輸入完整碼的字
enable_sentence: false # 太极图自动组句
enable_user_dict: false # 是否开启用户词典(用户词典记录动态字词频、用户词
max_phrase_length: 40 # 最大自動成詞詞長
always_show_comments: true
comment_format: # 提示碼自定義
- xform/~// # 去掉编码提示前的波浪线
key_binder:
import_preset: default #以 default.custom.yaml 中的设置为准