Jump to content

Chewing (Input Method)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 66.187.239.200 (talk) at 04:25, 7 July 2009 (Update links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Chewing
Original author(s)Chewing core team
Developer(s)Chewing core team
Stable release
0.3.2 / December 1, 2008 (2008-12-01)
Written inC
Operating systemUnix-like, Windows, MacOS
Available inChinese
Typeinput method
LicenseGNU Lesser General Public License
WebsiteChewing project website

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-Quan Gong (龔律全) and Kang-Ben Chen (陳康本), sponsored by Tsan-sheng Hsu (徐讚昇) from Sinica [1]. Their research result (the program) is publish under GPL.

Chewing core team extends their work and actively maintain the project.

Motivation

Chewing was inspired by several other propriety 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 Traditional Chinese computer users, an intelligent Zhuyin method is a necessity for Unix-like systems in order to attract more users. There was a similar input method, bimsphone (詞音), which was bundled in XCIN. However, it does not have convenient API for further development.

Original chewing (the one developed by Gong and Chen) is no longer maintained, only works with XIM , nor does it have generic API for input frameworks[2]. Jim Huang, et. al. form the Chewing core team and extend Gong and Chen's work. Thus the chewing core team renames the project as "new" chewing (新酷音) to differentiate from the original one. Nevertheless, its English name is still "chewing".

Goals

  • Split the logic and view.
  • Support multiple operating systems, and input framework.
  • Provide an universal API for input framework and further development.

Supported Systems

Chewing has been adopted by various input frameworks in Unix-like systems. On these system, the chewing package is usually split into two parts: libchewing, which handle the actual character selection logic; and input framework interface for display and preference setting. For examples:

  • ibus-chewing for IBus.
  • iiimf-chewing for IIIMF.
  • scim-chewing for SCIM.

There are also chewing input method for Windows (win32-chewing) and MacOS (SpaceChewing via OpenVanilla).


References