Pinyin input method: Difference between revisions

Content deleted Content added
Line 15:
=== Conversion length ===
 
TheConversion basic idea of anlength 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.