2024-05-03
Setting Up Fcitx With Reliable Google-Pinyin For Chinese Input

Fcitx setup

Fcitx contains google-pinyin, which is the most reliable Chinese input method of all times.

You need to configure it after installation like described here.

If all methods failed, please consider use tools like systemd or “Session and Startup” to force running command fcitx after startup.

Read More

2022-05-29
Chinese Input Method Or Engine

Chinese Input Method/Engine

using python:

https://github.com/R0uter/LoginputEngine

pinyin2hanzi:

https://github.com/letiantian/Pinyin2Hanzi

Python chinese to pinyin:

https://github.com/mozillazg/python-pinyin

pyim tsinghua dict(for emacs):

https://github.com/redguardtoo/pyim-tsinghua-dict

chinese input method dict converter:

https://github.com/studyzy/imewlconverter

Read More