Skip to content

Commit

Permalink
enhance: ojp輸出不經過simplifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Nov 16, 2024
1 parent 248fd0f commit 3a4700e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions moran.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ engine:
- simplifier@std_hk
- simplifier@std_tw
- simplifier@std_dzing
- simplifier
- simplifier@simplifier
- lua_filter@*moran_charset_comment_filter # Unicode 區位提示
- lua_filter@*moran_unicode_display_filter # Unicode 編碼提示
- uniquifier
Expand Down Expand Up @@ -186,6 +186,7 @@ quick_repeat: # 快速重複上屏
simplifier:
option_name: simplification
opencc_config: moran_t2s.json
tags: [abc]

chaifen:
option_name: chaifen
Expand All @@ -211,16 +212,19 @@ std_hk:
opencc_config: t2hk.json
option_name: std_hk
#tips: all
tags: [abc]

std_tw:
opencc_config: t2tw.json
option_name: std_tw
#tips: all
tags: [abc]

std_dzing:
opencc_config: moran_dzing.json
option_name: std_dzing
tips: all
tags: [abc]

reverse_format:
comment_format:
Expand Down Expand Up @@ -329,7 +333,7 @@ recognizer:
# CAVEAT: ^o 只保留 ^ou 和 ^o$,避免反查被干擾
has_emoji: '(^[a-np-z][a-z/]*$)|(^[a-z]$)|(^ou[a-z/]*$)'
# ojp 引導日語輸入
japanese_o: '^ojp[a-z]*$'
japanese_o: '(^ojp[a-z]*$)'

recognizer_secondary:
patterns:
Expand Down

0 comments on commit 3a4700e

Please sign in to comment.