Created
December 4, 2017 06:32
-
-
Save lotem/a0887724f6f4b8228b868d482e375a0a to your computer and use it in GitHub Desktop.
为「朙月拼音·简化字」开启笔画反查
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
patch: | |
schema/dependencies/@next: stroke | |
engine/translators/@next: reverse_lookup_translator | |
recognizer/patterns/reverse_lookup: "`[a-z]*'?$" | |
reverse_lookup: | |
dictionary: stroke | |
enable_completion: true | |
prefix: "`" | |
suffix: "'" | |
tips: '〔笔画〕' | |
preedit_format: | |
- xlit/hspnz/一丨丿丶乙/ | |
comment_format: | |
- xform/([nl])v/$1ü/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment