Last active
August 29, 2015 14:16
-
-
Save farawayboat/1227b2ef56f94b2b7072 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
# luna_pinyin_simp.custom.yaml | |
patch: | |
engine/translators: | |
- punct_translator | |
- r10n_translator | |
- reverse_lookup_translator | |
recognizer/patterns/reverse_lookup: "`[a-z]*$" | |
schema/dependencies: | |
- emoji | |
abc_segmentor/extra_tags: | |
- reverse_lookup | |
reverse_lookup: | |
dictionary: emoji | |
enable_completion: false | |
prefix: "`" | |
tips: 〔表情〕 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment