-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipa_yunlong.schema.yaml
64 lines (57 loc) · 1.37 KB
/
ipa_yunlong.schema.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Rime schema
# encoding: utf-8
schema:
schema_id: ipa_yunlong
name: 雲龍國際音標
version: '5.2'
author:
- 編碼設計:潘悟雲、李龍
- 整理:采采卷耳
- 輸入方案設計:佛振
description: |
通過字母、數字和符號轉寫輸入國際音標(IPA)
https://en.wikipedia.org/wiki/International_Phonetic_Alphabet
dependencies:
- named_ipa_diacritics
engine:
processors:
- recognizer
- speller
- key_binder
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- affix_segmentor@named_ipa_diacritics
- abc_segmentor
- fallback_segmentor
translators:
- table_translator
- table_translator@named_ipa_diacritics
speller:
alphabet: "!'()+-.0123456789:<=>?HL[\\]^`abcdefghijklmnopqrstuvwxyz|~/"
initials: "/!()0123456789:?HL\\]abcdefghijklmnopqrstuvwxyz|"
auto_select: true
translator:
dictionary: ipa_yunlong
enable_sentence: false
enable_user_dict: false
comment_format:
- xform/^~//
recognizer:
import_preset: default
patterns:
named_ipa_diacritics: '^/d.*$'
key_binder:
import_preset: default
named_ipa_diacritics:
dictionary: named_ipa_diacritics
prefix: '/d'
tips: '〔附加符号〕'
tag: named_ipa_diacritics
enable_completion: true
enable_sentence: false
enable_user_dict: false