The Chewing (é ·é³) input method is an intelligent Zhuyin input method. It is one of the most popular input methods among Traditional Chinese Unix users.
Chewing was a project established by Lu-Chuan Kung (é¾Âå¾Âå ¨) and Jeremy Kang-Pen Chen (é³康æÂ¬), sponsored by Tsan-sheng Hsu (å¾Âè®ÂæÂÂ) from Academia Sinica. Their research result (the program) was published under the GPL.
The Chewing core team extended their work and actively maintains the project.
Chewing was inspired by other proprietary intelligent Zhuyin input methods under Microsoft Windows, namely, Wang-Xin (å¿Âå½¢) by Eten, Microsoft New Zhuyin (å¾®è»ÂæÂ°æ³¨é³), and Nature Zhuyin (èªç¶注é³).
Since Zhuyin-based input methods are the most popular among computer users who read and write Traditional Chinese, an intelligent Zhuyin method was needed for Unix-like systems in order to attract more users. There was a similar input method, (è©Âé³), which was bundled in XCIN. However, it does not have a convenient API for further development.
The original Chewing (as developed by Kung and Chen) is no longer maintained, only works with XIM, and doesn't have a generic API for input frameworks. Jim Huang, et al. formed the Chewing core team and extended Gong and Chen's work. Thus the Chewing core team renamed the project New Chewing (æÂ°é ·é³) to differentiate their work from the original. Nevertheless, the English name has remained as Chewing.
Chewing has been adopted by various input frameworks in Unix-like systems. On these systems, the Chewing package is usually split into two parts: libchewing, which handles the actual character selection logic; and input framework interface, for display and preference settings.
For example:
There are also Chewing input methods for Windows (win32-chewing) and MacOS (SpaceChewing via OpenVanilla).