You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.6 KiB
58 lines
1.6 KiB
# 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: luna_pinyin.extended
|
|
version: "2016.06.26"
|
|
sort: by_weight #字典初始排序,可選original或by_weight
|
|
use_preset_vocabulary: true
|
|
#此處爲明月拼音擴充詞庫(基本)默認鏈接載入的詞庫,有朙月拼音官方詞庫、明月拼音擴充詞庫(漢語大詞典)、明月拼音擴充詞庫(詩詞)、明月拼音擴充詞庫(含西文的詞彙)。如果不需要加載某个詞庫請將其用「#」註釋掉。
|
|
#雙拼不支持 luna_pinyin.cn_en 詞庫,請用戶手動禁用。
|
|
|
|
import_tables:
|
|
- luna_pinyin
|
|
- luna_pinyin.xiandaihanyu
|
|
- luna_pinyin.chengyusuyu
|
|
- luna_pinyin.popular
|
|
- essay
|
|
- luna_pinyin.computer
|
|
- luna_pinyin.kaifa
|
|
- luna_pinyin.poetry
|
|
- luna_pinyin.chat
|
|
- luna_pinyin.place
|
|
- luna_pinyin.shopping
|
|
- luna_pinyin.website
|
|
- luna_pinyin.mingxing
|
|
...
|