-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathuyghur.schema.yaml
80 lines (76 loc) · 1.42 KB
/
uyghur.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Rime schema
# encoding: utf-8
schema:
schema_id: uyghur
name: 維吾爾語阿拉伯字母
version: "2013.02.13"
author:
- polyhedron<[email protected]>
description: |
維語爾語(阿拉伯字母)。
'ە'用'A'或'E','ۆ'用'O','ۈ'用'U'或'v','ې'用'e','ئ'用'\''
'غ'用'G','ق'用'K','خ'用'H',
'ج'用'j','چ'用'q','ش'用'x','ژ'用'J'
(用j q x而非j ch sh是爲了和滿文、蒙文等統一。)
engine:
processors:
- ascii_composer
- punctuator # 處理符號按鍵
- express_editor
segmentors:
- punct_segmentor # 劃界,與前後方的其他編碼區分開
translators:
- punct_translator # 轉換
punctuator:
import_preset: default
half_shape: # arabic
"a" : ا
"A" : ە
"b" : ب
"d" : د
"e" : ې
"E" : ە
"f" : ف
"g" : گ
"G" : غ
"h" : ھ
"H" : خ
"i" : ى
"j" : ج
"J" : ژ
"k" : ك
"K" : ق
"l" : ل
"m" : م
"n" : ن
"N" : ڭ
"o" : و
"O" : ۆ
"p" : پ
"q" : چ
"r" : ر
"s" : س
"t" : ت
"u" : ۇ
"U" : ۈ
"v" : ۈ
"w" : ۋ
"x" : ش
"y" : ي
"z" : ز
"'" : ئ
";" : ؛
"," : ،
")" : (
"(" : )
"»" : "{"
"«" : "}"
">" : "<"
"<" : ">"
"]" : "["
"[" : "]"
"?" : ؟
"." : .
"}" : "«"
"{" : "»"
" " : " "