Skip to content

Commit

Permalink
修改Rime schema
Browse files Browse the repository at this point in the history
alphabet 和 delimiter 在speller下 而非engine下 😹
  • Loading branch information
only3km committed Oct 12, 2017
1 parent 0c67a8b commit 7f72e6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Rime schema/ciklinbekin.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ switches:
states: [ 常用, 增廣 ]

engine:
alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"
processors:
- ascii_composer
- recognizer
Expand Down Expand Up @@ -148,6 +146,9 @@ speller:
- abbrev/^([a-z]).+$/$1/
# 以ng爲首的音節的縮寫
- abbrev/^(ng).+$/$1/

alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"

clbi:
#tags: # any
Expand Down
5 changes: 3 additions & 2 deletions Rime schema/dfd.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ switches:
states: [ 常用, 增廣 ]

engine:
alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"
processors:
- ascii_composer
- recognizer
Expand Down Expand Up @@ -121,6 +119,9 @@ speller:
- abbrev/^([a-z]).+$/$1/
# 以ng爲首的音節的縮寫
- abbrev/^(ng).+$/$1/

alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"

dfd:
#tags: # any
Expand Down

0 comments on commit 7f72e6d

Please sign in to comment.