Pinyin input method: Difference between revisions

Content deleted Content added
Wikifresc (talk | contribs)
m Double pinyin: missing spaces
m Conversion length: replaced: time consuming → time-consuming
Line 20:
The basic idea of an input method is to have a 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.