-
Notifications
You must be signed in to change notification settings - Fork 12
/
ipinyin.schema.yaml
56 lines (49 loc) · 926 Bytes
/
ipinyin.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
# Rime schema
# vim: set sw=2 sts=2 et:
# encoding: utf-8
schema:
schema_id: ipinyin
name: pinyin
version: "0.2"
author:
- 挥泪审判者
switches:
- name: ascii_mode
reset: 0
states: [ On, Off ]
engine:
processors:
- ascii_composer
- key_binder
- speller
- recognizer
- punctuator
- selector
- navigator
- express_editor
segmentors:
- matcher
- ascii_segmentor
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- table_translator
- punct_translator
filters:
- uniquifier
speller:
alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA-_
delimiter: " '"
translator:
dictionary: ipinyin
spelling_hints: 9
enable_encoder: false
enable_user_dict: false
enable_sentence: false
key_binder:
import_preset: default
punctuator:
import_preset: default
recognizer:
import_preset: default