https://github.com/cor5corpii/pyim-cangjiedict
Cangjie dicts for [pyim](https://github.com/tumashu/pyim)
https://github.com/cor5corpii/pyim-cangjiedict
pyim pyim-cangjiedict
Last synced: about 2 months ago
JSON representation
Cangjie dicts for [pyim](https://github.com/tumashu/pyim)
- Host: GitHub
- URL: https://github.com/cor5corpii/pyim-cangjiedict
- Owner: cor5corpii
- Created: 2017-07-18T05:53:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T13:20:22.000Z (8 months ago)
- Last Synced: 2026-02-28T07:59:36.494Z (3 months ago)
- Topics: pyim, pyim-cangjiedict
- Language: Emacs Lisp
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Note: this file is auto converted from pyim-cangjiedict.el by [el2org](https://github.com/tumashu/el2org), please do not edit it by hand!!!
- [pyim-cangjiedict README](#org84fcaa3)
- [簡介(Introduction)](#org44c93d1)
- [安裝和使用(Installation)](#orgee47f52)
# pyim-cangjiedict README
## 簡介(Introduction)
pyim-cangjiedict 是 pyim 的一個倉頡輸入法詞庫。
pyim-cangjiedict is a dict of Cangjie input scheme for [pyim]().
第一版詞庫僅支持倉頡五代,故名稱爲`pyim-cangjie5dict`,後續加入了六代詞庫,更名爲`pyim-cangjiedict`。現已加入對三代的支持。
The first version of the project only supported the Cangjie v5, so the name is `pyim-cangjie5dict`, and version 6th was subsequently added and renamed `pyim-cangjiedict`.
其中三代詞庫修改自 [Cangjie3-Plus](https://github.com/Arthurmcarthur/Cangjie3-Plus) 項目。
五代詞庫修改自 [rime-cangjie](https://github.com/rime/rime-cangjie) 項目,源於《五倉世紀》。
六代(蒼頡檢字法)詞庫修改自 [rime-cangjie6](https://github.com/rime-aca/rime-cangjie6) 項目。
The cangjie3dict originated from the [Cangjie3-Plus](https://github.com/Arthurmcarthur/Cangjie3-Plus) project, the cangjie5dict originated from the [rime-cangjie](https://github.com/rime/rime-cangjie) project. And the cangjie6dict is modified from the [rime-cangjie6](https://github.com/rime-aca/rime-cangjie6) project.
## 安裝和使用(Installation)
1. 配置melpa源,參考:
2. M-x package-install RET pyim-cangjiedict RET
3. 在emacs配置文件中(比如: ~/.emacs)添加如下代碼:
(require 'pyim-cangjiedict)
(setq pyim-default-scheme 'cangjie)
;; 以下命令可任選其一:
;; (pyim-cangjie3dict-enable) ;; 啓用三代詞庫(Enable cangjie3)
;; (pyim-cangjie5dict-enable) ;; 啓用五代詞庫(Enable cangjie5)
;; (pyim-cangjie6dict-enable) ;; 啓用六代詞庫(Enable cangjie6)