forked from gaboolic/rime-shuangpin-fuzhuma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zrm_zrm.extended.dict.yaml
executable file
·40 lines (35 loc) · 1.54 KB
/
zrm_zrm.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
39
40
# 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: zrm_zrm.extended
version: "2016.06.26"
sort: by_weight #字典初始排序,可選original或by_weight
use_preset_vocabulary: false
#此處爲明月拼音擴充詞庫(基本)默認鏈接載入的詞庫,有朙月拼音官方詞庫、明月拼音擴充詞庫(漢語大詞典)、明月拼音擴充詞庫(詩詞)、明月拼音擴充詞庫(含西文的詞彙)。如果不需要加載某个詞庫請將其用「#」註釋掉。
#雙拼不支持 luna_pinyin.cn_en 詞庫,請用戶手動禁用。
import_tables:
## 雾凇拼音 https://github.com/iDvel/rime-ice
- cn_dicts_zrm/8105 # 字表
- cn_dicts_zrm/41448 # 字表
- cn_dicts_zrm/rongcuo # 字表
- cn_dicts_zrm/base # 基础词库
- cn_dicts_zrm/ext # 扩展词库
# - cn_dicts_zrm/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
...