qingxiang-jia / full-cloud-pinyin

An attempt to use Google Input Tools as the backend for input methods on Linux
GNU General Public License v3.0
7 stars 0 forks source link

Offline usage #16

Closed autofool closed 10 months ago

autofool commented 10 months ago

Google Input Tools was available on windows as separate offline client. Is there any way we can leverage that to use it without internet and integrate with this project?

qingxiang-jia commented 10 months ago

Yeah, technically we can. For example, talking to one of those existing input methods. But I plan to keep this project simple. If the user needs offline usage, Fcitx5 already comes with a decent pinyin input method.

Feel free to reopen this issue.