Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support various Chinese input methods #755

Open
diskdance opened this issue Aug 16, 2023 · 0 comments
Open

Support various Chinese input methods #755

diskdance opened this issue Aug 16, 2023 · 0 comments

Comments

@diskdance
Copy link

diskdance commented Aug 16, 2023

Support Chinese IMEs like Pinyin, Wubi and Bopomofo (Zhuyin), Cangjie.

Chinese IMEs are very complex. They usually include candidate lists, and the logic is too complicated to describe with existing methods in this repo.

Google's input tool has Chinese support, but candidate lists are generated on the server side, which is not appropriate I believe due to privacy concerns.

The most feasible solution I can come up with is to use and compile librime, a popular Chinese IME engine, to WebAssembly. (there's already an implementation here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant