Skip to content

Commit 938046f

Browse files
committed
fix double_flypy and default simplication
1 parent 7d44fd0 commit 938046f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pinyin/double_pinyin_flypy.schema.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ switches:
2020
- name: full_shape
2121
states: [ 半角, 全角 ]
2222
- name: simplification
23+
reset: 1
2324
states: [ 漢字, 汉字 ]
2425
- name: ascii_punct
2526
states: [ 。,, ., ]
@@ -85,7 +86,7 @@ speller:
8586
#- abbrev/^(.).+$/$1/
8687

8788
translator:
88-
dictionary: luna_pinyin
89+
dictionary: luna_pinyin.extended
8990
prism: double_pinyin_flypy
9091
preedit_format:
9192
- xform/([bpmfdtnljqx])n/$1iao/

pinyin/muna_pinyin.schema.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ switches:
2424
- name: full_shape
2525
states: [ 半角, 全角 ]
2626
- name: simplification
27+
reset: 1
2728
states: [ 漢字, 汉字 ]
2829
- name: ascii_punct
2930
states: [ 。,, ., ]

0 commit comments

Comments
 (0)