092wb initial commit
This commit is contained in:
86
092wb_py.schema.yaml
Normal file
86
092wb_py.schema.yaml
Normal file
@@ -0,0 +1,86 @@
|
||||
# Rime schema
|
||||
# encoding: utf-8
|
||||
|
||||
schema:
|
||||
schema_id: 092wb_py
|
||||
name: 反查
|
||||
version: "1.0"
|
||||
author:
|
||||
- 佚名
|
||||
description: |
|
||||
源自 Android 拼音
|
||||
dependencies:
|
||||
- 092wb
|
||||
|
||||
switches:
|
||||
- name: ascii_mode
|
||||
reset: 0
|
||||
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
|
||||
- script_translator
|
||||
- reverse_lookup_translator
|
||||
filters:
|
||||
- simplifier
|
||||
- uniquifier
|
||||
|
||||
speller:
|
||||
alphabet: zyxwvutsrqponmlkjihgfedcba
|
||||
delimiter: " '"
|
||||
algebra:
|
||||
- abbrev/^([a-z]).+$/$1/
|
||||
- abbrev/^([zcs]h).+$/$1/
|
||||
- derive/^([nl])ue$/$1ve/
|
||||
- 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/
|
||||
|
||||
translator:
|
||||
dictionary: 092wb_py
|
||||
preedit_format:
|
||||
- xform/([nl])v/$1ü/
|
||||
- xform/([nl])ue/$1üe/
|
||||
- xform/([jqxy])v/$1u/
|
||||
|
||||
punctuator:
|
||||
import_preset: 092wb_symbols
|
||||
|
||||
key_binder:
|
||||
import_preset: default
|
||||
|
||||
recognizer:
|
||||
import_preset: default
|
||||
patterns:
|
||||
punct: '^zi([0-9]0?|[A-Za-z]+)$'
|
||||
reverse_lookup: "^z[a-z]*'?$"
|
||||
|
||||
reverse_lookup:
|
||||
dictionary: 092wb
|
||||
enable_completion: true
|
||||
tips: 〔五笔2〕
|
||||
|
||||
|
||||
Reference in New Issue
Block a user