Wubi method
Encyclopedia
The Wubizixing input method , often abbreviated to simply Wubi or Wubi Xing, is a Chinese character input method
Chinese input methods for computers
Hundreds of Chinese input methods are available for entry of Chinese characters into computers, but most keyboard-based methods rely on either pinyin phonetic readings or root shapes in Chinese characters...

 primarily for inputting simplified Chinese
Simplified Chinese character
Simplified Chinese characters are standardized Chinese characters prescribed in the Xiandai Hanyu Tongyong Zibiao for use in Mainland China. Along with traditional Chinese characters, it is one of many standard character sets of the contemporary Chinese written language...

 and Traditional Chinese
Traditional Chinese character
Traditional Chinese characters refers to Chinese characters in any character set which does not contain newly created characters or character substitutions performed after 1946. It most commonly refers to characters in the standardized character sets of Taiwan, of Hong Kong, or in the Kangxi...

 text on a computer. Wubi should not be confused with the Wubihua (五笔画) method
Wubihua method
The Wubihua method is a Chinese input method for writing text on a computer. It is based on the stroke order of a word, and can be input using only a numerical keypad. Although it is possible to input Traditional Chinese characters with this method, this method is often associated with...

, which is a different input method that shares the categorization into five stroke types with Wubi.

The method is also known as Wang Ma , named after the inventor Wang Yongmin
Wang Yongmin
Wang Yongmin is a Chinese programmer, who developed Wubi, a very fast input method for entering Chinese characters using a standard Latin keyboard...

 (王永民). There are three Wubi versions that are considered to be standard: Wubi 86, Wubi 98 and Wubi 18030. The latter two can also be used to input traditional Chinese
Traditional Chinese character
Traditional Chinese characters refers to Chinese characters in any character set which does not contain newly created characters or character substitutions performed after 1946. It most commonly refers to characters in the standardized character sets of Taiwan, of Hong Kong, or in the Kangxi...

 text, albeit in a more limited way. Wubi 86 is the most widely known and used shape-based Input Method for full letter keyboards in Mainland China
Mainland China
Mainland China, the Chinese mainland or simply the mainland, is a geopolitical term that refers to the area under the jurisdiction of the People's Republic of China . According to the Taipei-based Mainland Affairs Council, the term excludes the PRC Special Administrative Regions of Hong Kong and...

.

The Wubi method is based on the structure of characters rather than their pronunciation, making it possible to input characters even when you do not know the pronunciation, as well as not being too closely linked to any particular Chinese dialect. It is also extremely efficient: every character can be written with at most 4 keystrokes. In practice, most characters can be written with fewer. There are reports of experienced typists reaching 160 characters per minute
Words per minute
Words per minute, commonly abbreviated wpm, is a measure of input or output speed.For the purposes of WPM measurement a word is standardized to five characters or keystrokes. For instance, "I run" counts as one word, but "rhinoceros" counts as two...

 with Wubi. What this means in the context of Chinese is not entirely the same as it is for English, but it is true that Wubi is extremely fast when used by an experienced typist. The main reason for this is that, unlike with traditional phonetic input methods, one does not have to spend time selecting the desired character from a list of homophonic possibilities: virtually all characters have a unique representation.

As its name suggests, the keyboard is divided into five regions. The Chinese character 笔 (bǐ), when used in the context of writing Chinese characters, refers to the brush strokes used in Chinese calligraphy. Each region is assigned a certain type of stroke.
  • Region 1: horizontal (一)
  • Region 2: vertical (丨)
  • Region 3: downwards right-to-left (丿)
  • Region 4: dot strokes or downwards left-to-right strokes (丶)
  • Region 5: hook


A major drawback to learning Wubi is its learning curve. Memorization and practice are key factors for proficient usage.

In this article, the following convention will be used: character will always mean Chinese character, whereas letter, key and keystroke will always refer to the keys on keyboard.

How it works

Essentially, a character is broken down into components, which are usually (but not always) the same as radicals
Radical (Chinese character)
A Chinese radical is a component of a Chinese character. The term may variously refer to the original semantic element of a character, or to any semantic element, or, loosely, to any element whatever its origin or purpose...

. These are typed in the order in which they would be written by hand. In order to ensure that extremely complex characters do not require an inordinate number of keystrokes, any character containing more than 4 components is entered by typing the first 3 components written, followed by the last. In this way, each character's data can be entered with only 4 keystrokes.

Wubi distributes its characters very evenly and as such the vast majority of characters are uniquely defined by the 4 keystrokes discussed above. One then types a space to move the character from the input buffer onto the screen. In the event that the 4 letter representation of the character is not unique, one would type a digit to select the relevant character (for example, if two characters have the same representation, typing 1 would select the first, and 2 the second). In most implementations, a space can always be typed and simply means 1 in an ambiguous setting. Intelligent software will try to make sure that the character in the default position is the one desired.

Many characters have more than one representation. This sometimes is for ease of use, in case there is more than one obvious way to break down a character. More often though, it's because certain characters have a short representation that is less than 4 letters, as well as a "full" representation.

For characters with fewer than 4 components that do not have a short form representation, one types each component and then "fills up" the representation (that is, types enough extra keystrokes to make the representation 4 keystrokes) by manually typing the strokes of the last component, in the order they would be written. If there are too many strokes, one should write as many as possible, but put the last stroke last (this mirrors the component rule for characters with more than 4 components outlined above).

This sounds very complex, but it actually is pretty easy to learn. The examples below might help. Once the algorithm is understood, one can type almost any character with a little practice, even if one hasn't typed it before. Muscle memory
Muscle memory
Muscle memory has been used synonymously with motor learning, which is a form of procedural memory that involves consolidating a specific motor task into memory through repetition. When a movement is repeated over time, a long-term muscle memory is created for that task, eventually allowing it to...

 will make sure that frequent typists using this method don't have to think about how the characters are actually constructed, just as the vast majority of English typists don't think very much about the spelling of words when they write.

Implementation specific details

Many implementations employ further, multiple-word optimizations. Usually, a commonly used digraph (two character word) in which both characters have short form two-keystroke representations can be combined into a single, four keystroke representation which generates two characters rather than one. There are also a few 3-character shortcuts, and even one rather longer, politically motivated one. Some examples of these are provided in the examples section below.

Another common feature is the use of the 'z' key as a wildcard. The Wubi method was actually designed with this feature in mind; this is why no components are assigned to the z key. Basically, one can type a z when unsure what the component should be, and the input method will help complete it. If one knew, for example, that the character ought to start with "kt", but was unsure what the next component should be, typing "ktz" would produce a list of all characters starting with "kt". In practice though, many input method engines use a tabular lookup method for all table based input systems, including for Wubi. This means that they simply have a large table in memory, associating different characters to their respective representations. The input method then simply becomes a table lookup. In such an implementation, the z key breaks the paradigm and as such is not found in much generalized software (although the Wubi input method commonly found in Chinese Windows implements the feature). For this same reason, the multiple character optimization described in the previous paragraph is also relatively rare.

Some input methods, such as xcin (found on many UNIX-like systems), provide a generic wildcard functionality which can be used in all the table based input systems, including pinyin and virtually anything else. Xcin uses '*' for auto-complete and '?' for just one letter, following the conventions pioneered in UNIX file globbing. Other implementations probably have their own conventions.

Subdivision of the keyboard

The Wubi keyboard assumes a QWERTY
QWERTY
QWERTY is the most common modern-day keyboard layout. The name comes from the first six letters appearing in the topleft letter row of the keyboard, read left to right: Q-W-E-R-T-Y. The QWERTY design is based on a layout created for the Sholes and Glidden typewriter and sold to Remington in the...

-like layout, so users of keyboards implementing a nationalized or alternative layout (such as Dvorak
Dvorak Simplified Keyboard
The Dvorak Simplified Keyboard is a keyboard layout patented in 1936 by Dr. August Dvorak and his brother-in-law, Dr. William Dealey. Over the years several slight variations were designed by the team led by Dvorak or by ANSI...

 or the French AZERTY
AZERTY
AZERTY is a specific layout for the characters of the Latin alphabet on typewriter keys and computer keyboards. The layout takes its name from the first six letters to appear on the first row of alphabetical keys...

) will probably have to do some remapping to make the system sane. Wubi does not position its components arbitrarily: there are far too many of them, and it is only with the introduction of a logical methodology that the system becomes easy to learn.

Basically, the keyboard is divided into 5 zones, each representing a stroke. Those five strokes are falling left, falling right, horizontal, vertical, and hook, and the zones that represent them are QWERT, YUIOP, ASDFG, HJKLM, and
XCVBN, respectively. These zones are all laid out horizontally, with the exception of M, which is not in line with the rest of the letters in its zone.

In a general way, the keyboard can be thought of as divided down the center, between T and Y, G and H, and N and M. The keys in each zone are numbered moving away from this dividing line: so we should actually say that in zone QWERT, T is the first letter, R is the second, and E the third; in zone YUIOP, Y is the first, U is the second, I the third, etc. For XCVBN, N is the first, and so on. In HJKLM, consider M to be the last in the series, even though it does not lie on the line.

This is important because components in the first position will have one repetition of the stroke in question (the stroke assigned to the zone in which they belong), those in the second, two, those in the third, three. Those components which are not easily classifiable using this paradigm will be placed on the last letter.

Therefore one would expect 一 to be located on G, and 二 on F, and 三 on D, and indeed, this is the case. Similarly, one would expect 丨 to be located on H, 刂 to be on J, and 川 to be on K. This pattern holds for all the zones. Furthermore, it extends to most radicals that look as though they are made up of three such strokes, even if in fact they might not be at all. An example of this is 中 on K: while it does not have three downward strokes (two only), it appears to have three. Furthermore, it is written by hand by first writing a mouth radical, 口, and then bisecting it with a vertical downward stroke. The mouth radical lies on 'K', so this makes the assignment doubly logical. And the pinyin romanization of 口, kou3, begins with k, another memory aid encoded into the Wubi keyboard.

Furthermore, each letter of each zone has one component associated with it, its "main component". These are usually a complete character (with the exception of X) in their own right. One can always type this main component by typing the letter it is situated on four times. So, for example, the main component of H is 目, and so one would type it by typing "hhhh".

Each letter also has a shortcut character associated with it. In some cases, this character is the same as the component associated with the key in question, and sometimes not. This shortcut character is the character produced when one types just the letter and nothing else; these are all extremely common characters used when typing Chinese.

It is entirely possible that there are a number of components not listed below, either because of oversight, because they are rarely used, or because no simple Unicode representation for the component exists.

QWERT zone (falling left)

The Q key's main component is 金 and its shortcut character is 我. It is associated with the following components: 金, 钅, 勹, 儿, 夕, as well as the hook at the top of 饣 and 角, the radical 犭 without the lower left-falling stroke (so characters with that radical start with "qt", not just "q"), the criss-cross (such as in the center of 区), the top of 鱼 (i.e., without the horizontal stroke at the bottom), and the three (nearly vertical) "feet" in the bottom right corner of 流.

The W key's main component and shortcut character are both 人. It is associated with the following components: 人, 亻, 八, and the top of 癸. While 人 means man, it is often used by Wubi to construct a roof radical, such as in 会, "wfc". 入 is not governed by W, despite looking similar, and while 餐 has a top that looks vaguely like the top of 癸, the two are not the same (indeed, to type 餐, one must physically type out each component on the top).

The E key's main component is 月, and its shortcut character is 有. It is associated with the following components: 月, 用, 彡, 乃, the bottom of 衣 (i.e., without 亠), the top of 孚 (i.e., without 子), the bottom part of 家 (i.e., without the roof radical), the bottom of 良 (i.e., without the 白), and the bottom of 舟 (i.e., without the little dot on the top). In this case, E's shortcut character does not even begin with a left-falling stroke, but merely prominently figures a component belonging to E. 彡 is featured on this character, as it is the third character in the zone (counting from T, see above). A particular distortion that comes up often is the use of E in 且 and in characters containing it: Wubi thinks of this component as 月 + 一.

The R key's main component is 白, and its shortcut character is 的. It is associated with the following components: 白, 手, 扌, 斤 (both with and without the T), 牛 (without the vertical downward stroke), and of course the two left-falling strokes (I cannot find the unicode glyph that represents them) that one would expect from the second key in the zone (see above for an explanation). Watch out for varieties of 手 where the central downward hook is replaced by a left-falling stroke, such as in
看.

The T key's main component is 禾, and its shortcut character is 和. It is associated with the following components: 禾, 竹, 夂, 攵, 彳, and the top of 乞 (i.e., without the 乙). 竹 may also be found in its smaller form, as seen on the top of 筇. 丿 is also found on this key, because T is the first key in the zone (see above). This means that if one is typing a component or character stroke by stroke, they would (generally) use T to represent a left-falling stroke. See the section on disambiguation strokes for more information on exceptions to this rule.

YUIOP zone (falling right)

This zone might also be called the dot zone, because its pattern of Y: 讠 U: 冫 I: 氵 and O: 灬 is not actually necessarily built up of right falling strokes. In fact, one could argue that the first stroke in 灬 actually falls left. It is called the falling right zone because the keys in this zone, when used to construct a character by stroke (rather than component), all represent right falling strokes for some character configuration (see the section on disambiguation strokes for more information).

The Y key's main component is 言, and its shortcut character is 主. It is associated with the following components: 言, 讠, 亠, 亠 with a 口 beneath it, 广, 文, 方, and 丶. These components all start with a right-falling stroke. Generally, dots in Chinese characters are actually left falling strokes, and so most of the time, the use of T is more appropriate than Y. Of course, if one can write Chinese characters by hand, they should be able to tell which to choose by recalling how it is written.

The U key's main component is 立, and its shortcut character is 产. It is associated with the following components: 立, 六, 辛, 门, 疒, 丬, 冫, the "antennae" on the top of 单 (just two strokes: 丷), and the antennae plus a horizontal stroke, as found on the top of 兹. Most of these all feature two short diagonal strokes (门 being the obvious exception). This is consistent with R's place as the second letter in the zone (see above for an explanation).

The I key's main component is 水, and its shortcut character is 不. It is associated with the following components: 水, 氵, 小, the three strokes on the top of 学, and the three strokes on the top of 当. Additionally, a component which might be described as two 冫, back to back, is associated with this character.

The O key's main component is 火, and its shortcut character is 为. It is associated with the following components: 火, 米, 灬, and 业 without the bottom horizontal stroke — this allows construction of characters such as 严. This is the 4th key in the falling right zone: hence the inclusion of 灬.

The P key's main component is 之, and its shortcut character is 这. It is associated with the following components: 之, 辶, 廴, 冖, 宀, and 礻. As Wubi components are typed in the order that they would need to be written were one writing by hand, the 辶 and 廴 components are typically typed last.

ASDFG zone (horizontal)

  • The A key's shortcut character is 工.
  • The S key's main component is 木, and its shortcut character is 要.
  • The D key's main component is 大, and its shortcut character is 在.
  • The F key's main component is 土, and its shortcut character is 地. The main component's name (earth) correlates to the shortcut character which means earth.
  • The G key's main component is 王, and its shortcut character is 一.

HJKLM zone (vertical)

  • The H key's main component is 目, and its shortcut character is 上.
  • The J key's main component is 日, and its shortcut character is 是.
  • The K key's main component is 口, and its shortcut character is 中.
  • The L key's main component is 田, and its shortcut character is 国.
  • The M key's main component is 山, and its shortcut character is 同.

XCVBN zone (hook)

  • The X key's main component is 纟, and its shortcut character is 经.
  • The C key's main component is 又, and its shortcut character is 以.
  • The V key's main component is 女, and its shortcut character is 发.
  • The B key's main component is 子, and its shortcut character is 了.
  • The N key's main component is 已, and its shortcut character is 民.

Disambiguation strokes

The disambiguation stroke is depending on the last stroke of a character. For characters with 左右結構 (left-right structure), the disambiguation stroke follows rule:
  1. G, for characters with last stroke of 橫 (héng)
  2. H, for characters with last stroke of 竪 (shù)
  3. T, for characters with last stroke of 撇 (piě)
  4. Y, for characters with last stroke of 捺 (nà)
  5. N, for characters with last stroke of 折 (zhé)


For characters with 上下結構 (top-bottom structure), the disambiguation stroke follows rule:
  1. F, for characters with last stroke of 橫 (héng)
  2. J, for characters with last stroke of 竪 (shù)
  3. R, for characters with last stroke of 撇 (piě)
  4. U, for characters with last stroke of 捺 (nà)
  5. B, for characters with last stroke of 折 (zhé)


For other characters, the disambiguation stroke follows rule:
  1. D, for characters with last stroke of 橫 (héng)
  2. K, for characters with last stroke of 竪 (shù)
  3. E, for characters with last stroke of 撇 (piě)
  4. I, for characters with last stroke of 捺 (nà)
  5. V, for characters with last stroke of 折 (zhé)

Characters with 4 components or fewer (but no need for strokes)

Example 1: 请

Consists of three components: y (讠, radical #10), g (王*, radical 89), e (月, radical 118) -> 请

Characters with more than 4 components

Example 2: 遗

Consists of five components: k (口), h (丨), g (一), m (贝), p (辶) -> khgp ->遗

Characters with fewer than 4 components (needing strokes)

Characters requiring disambiguation strokes

Example 4: 等

Consists of three components: t (竹), f (土), f (寸),

Disambiguation strokes: The last stroke is 丶 and the character is with top-bottom structure (42,u) -> 等

Poem

A poem was made as a mnemonic for the Wubi keyboard:(1986 version)

G11王旁青头戋五一

F12土士二干十寸雨

D13大犬三羊古石厂

S14木丁西

A15工戈草头右框七

H21目具上止卜虎皮

J22日早两竖与虫依

K23口与川,字根稀

L24田甲方框四车力

M25山由贝,下框几

T31禾竹一撇双人立,

反文条头共三一

R32白手看头三二斤

E33月彡(衫)乃用家衣底

W34人和八,登祭头

Q35金勺缺点无尾鱼,

犬旁留义儿一点夕,氏无七

Y41言文方广在四一,

高头一捺谁人去

U42立辛两点六门疒(病)

I43水旁兴头小倒立

O44火业头,四点米

P45之宝盖,摘示衣

N51已半巳满不出己,

左框折尸心和羽

B52子耳了也框向上

V53女刀九臼山朝西

C54又巴马,丢矢矣

X55慈母无心弓和匕,

幼无力

(1998 version)

G 王旁青头五夫一

F 土干十寸未甘雨,不要忘了革字底

D 大犬戊其古石厂

S 木丁西甫

A 工戈草头右框七

H 目上卜止虎具头

J 日早两竖与虫依

K 口流川,码元稀

L 田甲方框四车里

M 山由贝骨下框集 

T 禾竹反文双人立

R 白斤气丘叉手提

E 月用力豸毛衣臼

W 人八登头单人几

Q 金夕鸟儿犭边鱼

Y 言文方点谁人去

U 立辛六羊病门里

I 水族三点鳖头小

O 火业广鹿四点米

P 之字宝盖补示衣
 
N 已类左框心尸羽

B 子耳了也乃框皮

V 女刀九良山西倒

C 又巴牛入马失蹄

X 幺母贯头弓和匕

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK