Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tumashu/pyim-wbdict
Wubi dicts for pyim
https://github.com/tumashu/pyim-wbdict
Last synced: 15 days ago
JSON representation
Wubi dicts for pyim
- Host: GitHub
- URL: https://github.com/tumashu/pyim-wbdict
- Owner: tumashu
- Created: 2016-10-29T11:11:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T07:45:26.000Z (about 2 years ago)
- Last Synced: 2024-11-09T20:37:39.214Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 5.47 MB
- Stars: 11
- Watchers: 5
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Note: this file is auto converted from pyim-wbdict.el by [el2org](https://github.com/tumashu/el2org), please do not edit it by hand!!!
# 目录
1. [pyim-wbdict README](#org8979b37)
1. [简介](#org71f9b9c)
2. [安装和使用](#orgba2219a)# pyim-wbdict README
## 简介
pyim-wbdict 是 pyim 的一个五笔词库包。
1. pyim-wbdict-v86.pyim 源于 emacs-eim 的五笔词库。
2. pyim-wbdict-v98.pyim 源于 98wubi-tables 的五笔词库。
3. pyim-wbdict-v98-morphe.pyim 源于 98wubi-tables 的五笔词库。
4. pyim-wbdict-v86-single.pyim 源于 github.com/yekingyan/rime-wubi-86-single 的五笔单字词库。## 安装和使用
1. 配置melpa源,参考:
2. M-x package-install RET pyim-wbdict RET
3. 在emacs配置文件中(比如: ~/.emacs)添加如下代码:
(require 'pyim-wbdict)
(setq pyim-default-scheme 'wubi)
;; (pyim-wbdict-v86-enable) ;86版五笔用户使用这个命令
;; (pyim-wbdict-v98-enable) ;98版五笔用户使用这个命令
;; (pyim-wbdict-v98-morphe-enable) ;98版五笔(单字)用户使用这个命令,该词库为超大字符集,部分生僻字形可能需要安装支持EXT-B的字体(如HanaMinB等)才能正确显示
;; (pyim-wbdict-v86-single-enable) ;86版五笔用户使用这个命令,该词库为单字词库,以尽可能不重码减少选词需要为目的