Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Rime schema settings
- # encoding: utf-8
- schema:
- schema_id: wubiluna
- name: "五笔朙月"
- version: "1"
- author:
- - Allen Choong
- description: |
- 五筆字型86版修正中国字,加入emoticons
- dependencies:
- - luna_pinyin_simp
- switches:
- - name: ascii_mode
- reset: 0
- states: [ 中文, 西文 ]
- - name: full_shape
- states: [ 半角, 全角 ]
- - name: ascii_punct
- states: [ 。,, ., ]
- # - name: extended_charset
- # reset: 1
- # states: [ 常用, 增廣 ]
- - name: zh_simp
- reset: 1
- states: [ 漢字, 汉字 ]
- engine:
- processors:
- - ascii_composer
- - recognizer
- - key_binder
- - speller
- - punctuator
- - selector
- - navigator
- - express_editor
- segmentors:
- - ascii_segmentor
- - matcher
- - abc_segmentor
- - punct_segmentor
- - fallback_segmentor
- translators:
- - punct_translator
- - table_translator@wubiluna
- - table_translator@custom_phrase
- - script_translator
- filters:
- - simplifier
- - uniquifier
- speller:
- alphabet: zyxwvutsrqponmlkjihgfedcba
- delimiter: " '"
- algebra:
- - erase/^xx$/
- - abbrev/^([a-z]).+$/$1/
- - abbrev/^([zcs]h).+$/$1/
- - derive/^([nl])ve$/$1ue/
- - derive/^([jqxy])u/$1v/
- - derive/un$/uen/
- - derive/ui$/uei/
- - derive/iu$/iou/
- - derive/([aeiou])ng$/$1gn/
- - derive/([dtngkhrzcs])o(u|ng)$/$1o/
- - derive/ong$/on/
- - derive/ao$/oa/
- - derive/([iu])a(o|ng?)$/a$1$2/
- abc_segmentor/extra_tags: wubiluna
- translator:
- dictionary: luna_pinyin
- prism: luna_pinyin_simp
- preedit_format:
- - xform/([nl])v/$1ü/
- - xform/([nl])ue/$1üe/
- - xform/([jqxy])v/$1u/
- abc_segmentor/extra_tags: wubiluna
- simplifier:
- option_name: zh_simp
- punctuator:
- import_preset: default
- key_binder:
- import_preset: default
- bindings:
- - { when: always, accept: Control+Shift+4, toggle: zh_simp }
- - { when: always, accept: Control+Shift+dollar, toggle: zh_simp }
- recognizer:
- import_preset: default
- wubiluna:
- dictionary: wubiluna
- enable_charset_filter: false
- enable_sentence: true
- enable_encoder: true
- encode_commit_history: true
- custom_phrase:
- dictionary: ""
- user_dict: custom_phrase
- db_class: stabledb
- enable_completion: false
- enable_sentence: false
- initial_quality: 1
Advertisement
Add Comment
Please, Sign In to add comment