Pinyin input method

From Wikipedia, the free encyclopedia
Screenshot of SCIM's Smart Pinyin
Typing using IBus and SunPinyin

The pinyin method (simplified Chinese: 拼音输入法; traditional Chinese: 拼音輸入法; pinyin: pīnyīn shūrù fǎ) refers to a family of input methods based on the pinyin method of romanization.

In the most basic form, the pinyin method allows a user to input Chinese characters by entering the pinyin of a Chinese character and then presenting the user with a list of possible characters with that pronunciation. However, there are a number of slightly different such systems in use, and modern pinyin methods provide a number of convenient features.

Advantages and disadvantages[edit]

The obvious advantage of pinyin-based input methods the ease of learning for Standard Chinese speakers. Those who are familiar with pinyin and are able to recognize the resulting characters would be able to input them with almost no training, compared to other input methods.[1] It does not require the user to be able to construct the character from scratch, as one would do in written Chinese. Since all children in Mainland China are required to learn pinyin in school, pinyin is among the most popular input methods there.[2]

For people who cannot speak Standard Chinese, the main advantage of pinyin becomes a disadvantage, as they will need to learn the Standard Chinese pronunciation of characters before they are able to use this input method.[3] Also, because pinyin and other pronunciation-based input methods do not rely on the written formation of the character for input (as do stroke-based input methods like Cangjie), they may cause language attrition and skill loss in adults, and it may be a learning barrier for written Chinese in children.[4]

Elements and features[edit]

Pinyin input methods differ in a number of possible aspects. Most pinyin input methods provide convenience features to speed up input. Some of these features can speed up typing immensely.

Conversion length[edit]

Conversion length input method is the buffer that holds the user input until it is converted into characters that would otherwise be unavailable from the keyboard.

In the most basic systems, one character is converted at a time. This makes a very time-consuming input process. Not only does the user have to select characters one at a time, it also means that the input system does not have the ability to prioritize character choices using word phrases, grammatical structure, or context. In addition, since the input method only supports one character at a time, it likely requires the user to type out the full pinyin spelling to narrow down the selection. This system still exists in embedded applications such as cell phones.

Common pinyin implementations on the computer today can hold up to a clause in pinyin before requiring a conversion. The method attempts to guess the appropriate characters by using word phrases from a dictionary, grammatical structure, and context.

Treatment of tones[edit]

Chinese is a tonal language. Tones can be used to further distinguish characters of the same sound. Many of the early single-character pinyin method implementations required input of tones in order to narrow down the character selection.

For the sake of convenience, tone selection is disabled by default in most modern pinyin systems on the computer. The user may have the option to enable it depending on the pinyin implementation.

Treatment of extended Latin characters (ü and ê)[edit]

With the exception of intonation, there are two extended Latin vowels in pinyin. They are ü (U-umlaut) and ê (E-circumflex). Given that the US keyboard layout is the most common keyboard layout in China, any pinyin method implementation would need to be able to facilitate the input of those vowels on US keyboard.

Since the letter "v" is unused in Mandarin pinyin, it is universally used as an alias for ü. For example, typing "nv" into the input method would bring up the candidate list for pinyin: .

The handling of ê is not as universal, since the character is the only commonly used character with this pronunciation. It is an interjection roughly equivalent to "Eh" in English. Some IMEs, such as Google Pinyin, merge it into "e", while others create an additional letter combination for it, such as "ea" or "eh", or "ei" in iOS. Others would simply drop this sound.

Treatment of hm, hng, ng, n[edit]

The character 嗯 (ng) can (or should[5]) be written using the IBUS GNU/Linux and the Microsoft input method by typing "en".

Usage statistics and user dictionaries[edit]

Most modern input method implementations would adjust the positions of word candidates in the candidate list based on prior usage statistics. In addition, the input method would also support user-defined phrases via a user dictionary.

Abbreviation[edit]

Abbreviation is a feature that allows the user to omit all but the first or first couple of letters in the pinyin spelling. This feature can speed up the input of long word phrases significantly. Under this feature, the user can enter the word for "concert" (simplified Chinese: 音乐会; traditional Chinese: 音樂會; pinyin: yīnyuèhuì) by typing "yyh" as opposed to "yinyuehui".

In systems that support user-defined phrases, users can even define their own abbreviations that might not follow standard pinyin rules.

Fuzzy pinyin[edit]

Pinyin was created based on the pronunciation of Standard Chinese, a variety of Mandarin Chinese. Regional accents are prevalent in Mandarin among both native and nonnative speakers. This means that a significant number of Mandarin speakers would have trouble distinguishing a number of similar-sounding syllables of pinyin, such as c and ch, s and sh, z and zh, n and ng, h or hu and f, or n and l. Fuzzy pinyin or fuzzy input (模糊音) is a feature that allows a user to input those similar-sounding vowels or consonants as if they were the same thing. It also has disadvantages as the user must choose the correct characters or words from a longer list of "homophones".

Word prediction[edit]

Word prediction (simplified Chinese: 联想; traditional Chinese: 聯想; pinyin: liánxiǎng; lit. 'association') is a feature of an input method that attempts to guess the next series of characters that the user is attempting to enter. This feature is often used to refer to two different mechanisms that have similar functions.

One of these mechanisms is akin to an auto-complete function for user input. While the user is typing the appropriate pinyin, the input method would take the input and look up all possible word phrases that might match the user input even though the input is incomplete. For example, when the user enters "shang", the input method would show "上海" (Shanghai) as a word candidate under this feature.

The second possible mechanism is the prediction of the user's next input after the user completes entering a set of words. For example, in the above example, after user selects "上海" (Shanghai) from the word candidate list, the input method's pinyin buffer would be empty. Under this mechanism, the input method would display a list of words that often follows the word Shanghai, such as "人" (people), "市" (city), "的" (an auxiliary word).

Double pinyin[edit]

The default double pinyin scheme in Microsoft Pinyin IME. Many IME, including ibus-pinyin, support this scheme.

Vowel groups in pinyin can be up to four letters long. Double pinyin (双拼) is a method whereby longer vowel groups are assigned to consonant keys as shortcuts, and zh, ch, sh are assigned to vowel keys as shortcuts. Thus, when the input method expects a vowel, the user can use the shortcuts to speed up typing.

In the Microsoft Pinyin IME, for example, if a user wants to input “中华人民共和国 (zhōnghuárénmíngònghéguó)”, "People's Republic of China" into the computer, they need to type "zhonghuarenmingongheguo" in Full Pinyin. In Double Pinyin, however, one only needs to type "vshwrfmngshego" (v=zh, s=ong, h=h, w=ua, r=r, f=en, m=m, n=in, g=g, s=ong, h=h, e=e, g=g, o=uo). However, with a system that uses abbreviation, the same result can be achieved by just typing in "zhrmghg".

Typo correction[edit]

Similar to automatic typo correction for English in word processors, pinyin method implementations can recognize possible typos and show appropriate word candidates. Using Google Pinyin as an example, when encountering a suspected typo, Google Pinyin would show both the word candidates assuming it is correct and the word candidates assuming it is a typo.

Language mixing[edit]

Most advanced pinyin method implementations allow the mixing of English into an input stream without requiring the user to change the language mode. However, it often comes with some limitations such as requiring the input to be uppercase.

The following examples show the difference if user wishes to enter "这个SQL漏洞可以瘫痪整个系统。" (This SQL vulnerability could paralyze the entire system.):

  • "zhe ge [switch to English] SQL [switch to Chinese] loudong keyi tanhuan zhengge xitong." (Unsupported)
  • "zhe ge SQL loudong keyi tanhuan zhengge xitong." (Supported)

Implementations[edit]

The following are the most popular pinyin method editors used in Mainland China. They are free to download at their official websites.

Cross platform[edit]

  • Rime input method engine,[6] an open source input method engine for pinyin and others, which supports Windows, macOS, and Linux (中州韻).

Windows[edit]

Linux/Unix[edit]

  • Fcitx, general input method that supports Pinyin with fcitx-pinyin and fcitx-rime, among many others schemes.
  • Smart Pinyin (scim-pinyin), pinyin implementation for the SCIM input platform on Linux, BSD, and other Unices.
  • Bimspinyin, pinyin implementation for the xcin input platform on Linux, BSD, and other Unices.
  • OpenVanilla, a cross-platform framework for Chinese and more.
  • Ibus-Pinyin (ibus-pinyin), pinyin implementation for the IBus input platform on Linux, BSD, and other Unices.
  • Ibus-sunpinyin, a statistical language model based pinyin input method for IBus.

macOS[edit]

  • Pinyin input is part of the standard installation of macOS. With version 10.5.8 and before, the international standard term ITABC was used, but was changed to "Pinyin - Simplified" in Mac OS X 10.6.
  • Fit smart Pinyin is an alternative to the standard OS X Chinese input method.

Web[edit]

See also[edit]

References[edit]

  1. ^ "About Pinyin input (and other methods): Chinese typing basics and background :: Pinyin Joe". www.pinyinjoe.com. Retrieved 2020-03-31.
  2. ^ Cheuk, Justin (2016-12-09). "Just How do you Type in Chinese? Introduction to Chinese Input Methods". Justin Cheuk: When HK Meets UK. Retrieved 2020-03-31.
  3. ^ "Pros and Cons of Learning Chinese with Pinyin". Written Chinese. 2014-04-18. Retrieved 2020-03-31.
  4. ^ Lee, Jennifer (2001-02-01). "Where the PC Is Mightier Than the Pen". New York Times. Retrieved 2008-07-29.
  5. ^ ""嗯"字典里发"ng"音为啥电脑要打"en"_新闻中心_新文化网_吉林_长春_[嗯 字典 输入法]". Archived from the original on 2015-12-08. Retrieved 2015-12-04.
  6. ^ librime homepage, librime Debian package

External links[edit]