forked from ASC8384/myRime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathluna_pinyin.extended.dict.yaml
50 lines (49 loc) · 1.9 KB
/
luna_pinyin.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
41
42
43
44
45
46
47
48
49
50
# Rime dictionary
# encoding: utf-8
#
# Luna Pinyin Extended Dictionary(明月拼音扩充词库)
#
# https://github.com/ASC8384/myRime
# mailto:[email protected]
#
# 部署位置:
# ~/.config/ibus/rime (Linux)
# ~/Library/Rime (Mac OS)
# %APPDATA%\Rime (Windows)
#
# 重新部署即可
#
---
name: luna_pinyin.extended
version: "2021.02"
sort: by_weight
use_preset_vocabulary: true
import_tables: # 不需要的加'#'即可
# clover
- dicts/clover/clover.base # 单字,四叶草
- dicts/clover/clover.phrase # 词组
# other
# - dicts/luna_pinyin # 从 luna_pinyin.dict.yaml 导入包含单字的码表
- dicts/other/zhwiki # 中文 wiki(较大)
- dicts/other/myemoji # emoji 颜文字
# thuocl
- dicts/thuocl/THUOCL_IT # 本词表包含了大量IT类词汇,THU Open Chinese Lexicon
- dicts/thuocl/THUOCL_caijing # 本词表包含了大量财经类词汇
- dicts/thuocl/THUOCL_chengyu # 本词表包含了大量成语词汇
- dicts/thuocl/THUOCL_diming # 地名
# extend
- dicts/extend/luna_pinyin.wenhua # 成语、诗词、文言
- dicts/extend/luna_pinyin.sogoupopular # 网络流行新词,搜狗
# - dicts/extend/luna_pinyin.chaizi # 简体拆字
# - dicts/extend/luna_pinyin.cn_en # 中英混输
# - dicts/extend/luna_pinyin.hanyu # 汉语扩充
- dicts/extend/luna_pinyin.computer # 计算机
# - dicts/extend/luna_pinyin.zhejiang # 浙江信息
# - dicts/extend/luna_pinyin.yanwenzi # 颜文字
# - dicts/extend/luna_pinyin.game # 游戏,DND,MC,RA,魔兽争霸
- dicts/extend/luna_pinyin.changyong # 常用聊天用语
- dicts/extend/luna_pinyin.zhuanye # 专业术语,地理,法律,军事,天文,物理,数学
# - dicts/extend/luna_pinyin.extra_hanzi # 额外的字
# - dicts/extend/luna_pinyin.english # 英语
- dicts/extend/luna_pinyin.sgmain # @scomper 做的搜狗词汇汇总
...