forked from gaboolic/rime-shuangpin-fuzhuma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
moqi.extended.dict.yaml
executable file
·38 lines (33 loc) · 1.22 KB
/
moqi.extended.dict.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
# Rime dictionary
# encoding: utf-8
# https://github.com/gaboolic/rime-shuangpin-fuzhuma
# 墨奇音形词库
# rime配置的部署位置:
# ~/.local/share/fcitx5/rime 或者 ~/.config/ibus/rime (Linux)
# ~/Library/Rime (Mac OS)
# %APPDATA%\Rime (Windows)
#
#
---
name: moqi.extended
version: "2024.05.11"
sort: by_weight #字典初始排序,可選original或by_weight
use_preset_vocabulary: false
import_tables:
## 雾凇拼音 https://github.com/iDvel/rime-ice
- cn_dicts_moqi/fix # 错误词频修复
- cn_dicts_moqi/8105 # 字表
- cn_dicts_moqi/41448 # 4万字大字表 可以关闭
- cn_dicts_moqi/base # 基础词库
- cn_dicts_moqi/ext # 扩展词库
# - cn_dicts_moqi/others # 一些杂项 容错音和错字 可以不开
- cn_dicts_common/tencent # 腾讯词向量(大词库,部署时间较长)
- cn_dicts_common/user # 用户自定义词典
- cn_dicts_common/chengyu # 成语
- cn_dicts_common/changcijian # 多字
- cn_dicts_common/changcijian3 # 3字
# - cn_dicts_cell/luna_pinyin.poetry # 细胞词库 古诗文
# - cn_dicts_cell/luna_pinyin.place # 细胞词库 地名
# - cn_dicts_cell/luna_pinyin.computer
# - cn_dicts_cell/luna_pinyin.history
...