-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmoran_reverse.schema.yaml
44 lines (41 loc) · 1.03 KB
/
moran_reverse.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
# Rime schema
# encoding: utf-8
schema:
schema_id: moran_reverse
name: 勿用·工具方案
engine:
processors:
- speller
- selector
- navigator
- express_editor
segmentors:
- abc_segmentor
translators:
- echo_translator
- table_translator
translator:
enable_encoder: false
encode_commit_history: false
enable_sentence: false
enable_user_dict: false
dictionary: moran.chars
speller:
alphabet: abcdefghijklmnopqrstuvwxyz
my_algebra:
__append:
- derive/^(.)(.);(\w)(\w)$/\1\2\3\4/
- derive/^(.)(.);(\w)(\w)$/\1\2\3\4`/
- derive/^(.)(.);(\w)(\w)$/\1\2`/
- derive/^(.)(.);(\w)(\w)$/\1\2``/
- derive/^(.)(.);(\w)(\w)$/\1\2\3`/
- derive/^(.)(.);(\w)(\w)$/\1\2`\4/
- derive/^(.)(.);(\w)(\w)$/``\3\4/
- derive/^(.)(.);(\w)(\w)$/``\3/
algebra:
__patch:
- moran:/algebra/user_force_top?
- moran:/algebra/user_sentence_top?
- /speller/my_algebra
- moran:/algebra/user_sentence_bottom?
- moran:/algebra/user_force_bottom?