A dictionary of chinese idioms for fcitx5 pinyin
- Install from AUR: https://aur.archlinux.org/packages/fcitx5-pinyin-chinese-idiom
- Install Manually:
- Clone this repository
- Fetch
idiom.json
file from https://github.com/pwxcoo/chinese-xinhua/blob/master/data/idiom.json - Convert
idiom.json
to the format recognized by libime:python ./convert.py idiom.json > idiom.raw
. - Convert
idiom.raw
to the format recognized by fcitx5:libime_pinyin_dict idiom.raw idiom.dict
- Import dictionary in Fcitx5 config tool.
Dictionary data will fetch from https://github.com/pwxcoo/chinese-xinhua