Ask HN: Is there any input method which can guess language
I often need to switch typing between English, Japanese (Romanji) and Traditional Chinese (Changjie). Is there any input method which can guess the language by keystroke?
For example, "apple" (English), "ringo" (Japanese), "tyhc wd" (Chinese).
Thanks.
6 comments
[ 4.7 ms ] story [ 25.8 ms ] threadOn Windows, you can set Hotkeys to switch Input Language fast. https://www.thewindowsclub.com/cannot-switch-between-input-l...
A programmable keyboard is another, but less universal option.
If you're willing to give up WYSIWYG, then parsing the input is an option. Near real time (for some definition of "near") is probably possible in Emacs.
All the letters are divided into trees. One thought that I've had but haven't gotten around to implement as of yet is to merge different languages, along with their statistical attributes into one tree.
This is in a prototype stage but if you feel like this might be something go and subscribe and I'll let you know when there are new updates.
I'm having a new version that'll come out soon, that's rewritten and in a more serious manner.
http://sigma.eruditenow.com/theory.html