forked from riverscn/rime-forge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terra_pinyin.extended.dict.yaml
50 lines (48 loc) · 1.76 KB
/
terra_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(Basic) - 明月拼音擴充詞庫(基本)
#
# 瑾昀 <[email protected]>
#
# Thanks to the following works:
#
# * 拼音加加論壇beckyer製作的繁體詞庫
# http://bbs.jjol.cn/showthread.php?t=6758
#
# * 小麥注音輸入法詞庫
# https://github.com/mjhsieh/McBopomofo/tree/master/Source/Data
#
# * 新酷音共享詞庫
# Google搜尋獲得,由臺灣网友整理
#
# * 詞庫网
# http://baseterm.com/
#
# * 敎育部詞頻統計表
# http://www.edu.tw/files/site_content/m0001/pin/biau2.htm?open
#
# * 維基百科
# http://www.wikipedia.org/
#
# 部署位置:
# ~/.config/ibus/rime (Linux)
# ~/Library/Rime (Mac OS)
# %APPDATA%\Rime (Windows)
#
# 於重新部署後生效
#
---
name: terra_pinyin.extended
version: "2016.06.26"
sort: by_weight #字典初始排序,可選original或by_weight
use_preset_vocabulary: true
#此處爲明月拼音擴充詞庫(基本)默認鏈接載入的詞庫,有朙月拼音官方詞庫、明月拼音擴充詞庫(漢語大詞典)、明月拼音擴充詞庫(詩詞)、明月拼音擴充詞庫(含西文的詞彙)。如果不需要加載某个詞庫請將其用「#」註釋掉。
import_tables:
- terra_pinyin
- dict/hanyu #汉语大词典,多为2字词。 2.2w
- dict/poetry #常用诗词,来源于唐宋诗词、千家詩、花間集、楚辭、詩經。 2.6w
- dict/terra_pinyin.xiandaihanyu_t #现代汉语常用词表,教育部标准词表,5.6w
- dict/practical #挺全面的基本词库,含很丰富基本词条和组句语料,成语、俗语、诗词、人名词条不多。40w
- dict/correction_t #《第一批异形词整理表》与《第二批异形词整理表(草案)》收录的正式词汇
...