2022-10-30 16:47:40 +01:00
|
|
|
# Rime dictionary
|
|
|
|
# encoding: utf-8
|
|
|
|
#
|
|
|
|
# 挂载英文输入方案的词库
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
|
|
|
name: melt_eng
|
2023-05-09 02:02:42 +02:00
|
|
|
version: "2023-05-09"
|
2022-10-30 16:47:40 +01:00
|
|
|
import_tables:
|
2023-08-15 16:22:22 +02:00
|
|
|
- en_dicts/en_ext # 补充(里面有些许带权重的,且和 en 重复,需要把 en_ext 放在上面)
|
2023-01-17 17:47:12 +01:00
|
|
|
- en_dicts/en # 英文主词库
|
2023-02-26 02:50:14 +01:00
|
|
|
|
2023-05-09 02:02:42 +02:00
|
|
|
# 中英混输词库
|
|
|
|
- en_dicts/cn_en # 全拼
|
2023-10-22 09:21:26 +02:00
|
|
|
# - en_dicts/cn_en_double_pinyin # 自然码双拼
|
2023-05-09 02:02:42 +02:00
|
|
|
# - en_dicts/cn_en_double_pinyin_flypy # 小鹤双拼
|
|
|
|
# - en_dicts/cn_en_double_pinyin_mspy # 微软双拼
|
2023-08-07 17:34:23 +02:00
|
|
|
# - en_dicts/cn_en_double_pinyin_sogou # 搜狗双拼
|
2023-05-09 02:02:42 +02:00
|
|
|
# - en_dicts/cn_en_double_pinyin_ziguang # 紫光双拼
|
2023-05-09 15:19:59 +02:00
|
|
|
# - en_dicts/cn_en_double_pinyin_abc # 智能 ABC 双拼
|
2022-10-30 16:47:40 +01:00
|
|
|
...
|