Skip to content

ipcjs/fcitx5-pinyin-zhwiki

 
 

Repository files navigation

zhwiki dictionary for fcitx5-pinyin and rime


Installation:

- Arch Linux:

$ sudo pacman -S fcitx5-pinyin-zhwiki

- Plum (for RIME):

$ rime-install felixonmars/fcitx5-pinyin-zhwiki

- Others:

Download latest version of "zhwiki.dict" from:
https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases

Copy into ~/.local/share/fcitx5/pinyin/dictionaries/ (create the folder if it does not exist)



Build Requirements:

libime (https://github.com/fcitx/libime/)

Python modules:
opencc (https://pypi.org/project/OpenCC/)
pypinyin (https://pypi.org/project/pypinyin/)


Manual Build & Installation:

make
sudo make install

Manual Build rime dict & Installation

make zhwiki.dict.yaml
sudo make install_rime_dict

License: Unlicense

Note that the generated dictionary follows Wikimedia's license: https://dumps.wikimedia.org/legal.html

About

Fcitx 5 Pinyin Dictionary from zh.wikipedia.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.6%
  • Makefile 11.4%