rime-ice/melt_eng.dict.yaml
mirtlecn 0017a08e42
config!: use recipe to config double_pinyin (#662)
BREAKING CHANGE: 中英混输词库由英文方案附属切换到单独的 table_translator

- 词库文件由 `cn_en*.dict.yaml` 变为 `cn_en*.txt`
- 双拼不再需要去 `melt_eng.dict.yaml` 更改引用词库
2024-02-04 20:49:51 +08:00

14 lines
288 B
YAML

# Rime dictionary
# encoding: utf-8
#
# 挂载英文输入方案的词库
#
---
name: melt_eng
version: "2023-05-09"
import_tables:
- en_dicts/en_ext # 补充(里面有些许带权重的,且和 en 重复,需要把 en_ext 放在上面)
- en_dicts/en # 英文主词库
...