An open API service indexing awesome lists of open source software.

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)

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)