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

[Refactor] Pipeline architecture #9

Closed qingxiang-jia closed 1 year ago

qingxiang-jia commented 1 year ago

So far, except for determining English/Pinyin mode, we put all logic together. It's a lot to keep in mind during development. We want to separate concerns. Currently, the plan is to do something similar to this:

New Architecture drawio(1)

qingxiang-jia commented 1 year ago

Done by #10