@@ -16,11 +16,11 @@ schema:
16
16
* Chewing - 新酷音
17
17
* opencc - 開放中文轉換
18
18
dependencies :
19
- - radical_pinyin_flypy # 参考 https://github.com/mirtlecn/rime-radical-pinyin
20
19
- radical_pinyin # 参考 https://github.com/mirtlecn/rime-radical-pinyin
21
20
- wubi98_mint # 98五笔库 https://github.com/yanhuacuo/98wubi-tables
22
21
- stroke
23
22
- melt_eng # 英文方案
23
+
24
24
switches :
25
25
- name : ascii_mode
26
26
reset : 0
@@ -37,6 +37,7 @@ switches:
37
37
- name : ascii_punct
38
38
states : [ "。," , ".," ]
39
39
reset : 0
40
+
40
41
engine :
41
42
processors :
42
43
- lua_processor@*select_character
@@ -66,8 +67,8 @@ engine:
66
67
- lua_translator@*chineseLunarCalendar_translator # 农历
67
68
- table_translator@melt_eng # 英文输入(作为子翻译器,优先级需要比原生的低)
68
69
- table_translator@cn_en # 中英混合词汇
69
- - reverse_lookup_translator@wubi98_mint
70
70
- reverse_lookup_translator@radical_reverse_lookup
71
+ - reverse_lookup_translator@wubi98_mint
71
72
- reverse_lookup_translator@stroke
72
73
- lua_translator@*force_gc
73
74
# - reverse_lookup_translator # 反查模块,多标签情况下去除
@@ -81,6 +82,7 @@ engine:
81
82
- lua_filter@*reduce_english_filter # 降低部分英语单词在候选项的位置
82
83
- uniquifier # 去重
83
84
85
+
84
86
# 简繁切换
85
87
transcription_cc :
86
88
option_name : transcription
@@ -121,7 +123,6 @@ reduce_english_filter:
121
123
mode : all # all | none | custom | 『留白』
122
124
idx : 2 # 降低到第 idx 个位置
123
125
# 自定义的单词列表,示例列表没有降低部分常用单词,如 and cat mail Mac but bad shit ……
124
-
125
126
words : [aid, ann,
126
127
bail, bait, bam, band, bans, bat, bay, bend, bent, benz, bib, bid, bien, biz, boc, bop, bos, bud, buf,
127
128
cab, cad, cain, cam, cans, cap, cas, cef, chad, chan, chap, chef, cher, chew, chic, chin, chip, chit, coup, cum, cunt, cur,
@@ -140,6 +141,8 @@ reduce_english_filter:
140
141
tad, tail, taj, tar, tax, tec, ted, tel, ter, tex, tic, tied, tier, ties, tim, tin, tit, tour, tout, tum,
141
142
wag, wand, womens, wap, wax, weir, won,
142
143
yan, yen]
144
+
145
+
143
146
# 中国农历配置
144
147
chineseLunarCalendar_translator : lunar
145
148
@@ -286,6 +289,7 @@ wubi98_mint:
286
289
enable_completion : true
287
290
prefix : " Uw"
288
291
tips : 〔五笔〕
292
+
289
293
stroke :
290
294
tag : stroke
291
295
dictionary : stroke
@@ -294,6 +298,7 @@ stroke:
294
298
tips : 〔笔画〕
295
299
preedit_format :
296
300
- xlit/hspnz/一丨丿丶乙/
301
+
297
302
radical_reverse_lookup :
298
303
tag : radical_lookup
299
304
dictionary : radical_pinyin
@@ -303,10 +308,12 @@ radical_reverse_lookup:
303
308
# comment_format:
304
309
# - erase/^.*$// # 删除注释
305
310
tips : 〔拆字〕
311
+
306
312
reverse_lookup :
307
313
tags : [wubi98_mint,stroke,radical_lookup]
308
314
overwrite_comment : true
309
315
dictionary : dicts/rime_ice.8105
316
+
310
317
punctuator :
311
318
import_preset : symbols
312
319
# 定义部分半角字符
@@ -327,6 +334,8 @@ punctuator:
327
334
" $ " : ["¥", "$", "€", "£", "¢", "¤"]
328
335
" < " : ["《", "〈", "«", "<"]
329
336
" > " : ["》", "〉", "»", ">"]
337
+
338
+ # 反查映射
330
339
recognizer :
331
340
import_preset : default
332
341
patterns :
@@ -374,5 +383,7 @@ key_binder:
374
383
- { when: always, accept: Control+Shift+5, toggle: extended_charset }
375
384
- { when: always, accept: Shift+space, toggle: full_shape }
376
385
- { when: always, accept: Control+period, toggle: ascii_punct }
386
+
377
387
menu :
388
+ # 候选词个数
378
389
page_size : 6
0 commit comments