Files
rime_wanxiang/wanxiang.dict.yaml
2026-01-21 17:43:36 +08:00

24 lines
910 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Rime dictionary
# encoding: utf-8
#
# rime配置的部署位置
# ~/.local/share/fcitx5/rime 或者 ~/.config/ibus/rime (Linux)
# ~/Library/Rime (Mac OS)
# %APPDATA%\Rime (Windows)
#
#
---
name: wanxiang
version: "LTS"
sort: by_weight #字典初始排序可選original或by_weight
use_preset_vocabulary: false
import_tables:
- dicts/zi #字表,包含了所有带拼音的汉字
- dicts/jichu #基础词库2-3字词汇
- dicts/lianxiang #联想词库5字以上词汇多用于输入前半段第二候选可以出来整段
- dicts/cuoyin #错音错字支持错音和错字输入的兼容同时供超级注释lua使用会在输入错误音节打出的时候给予提示
- dicts/duoyin #兼容词库,是基础词库的扩充,收录了多场景多种读音的词组
- dicts/shici #诗词
- dicts/diming #地名
...