ArticleslgStudy

computer science

Input method

Input method is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Input method rather than just read about it. In short: An input method (or input method editor, commonly abbreviated IME) is an operating system component or program that enables users to generate characters not natively available on their input devices by using sequences of characters (or mouse operations) that are available to them. Using an input method is usually necessary for languages that have more graphemes than there are keys on the keyboard.

Input method — main illustration
Input method — illustration

Key takeaways

  • Input method belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Input method to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Input method from memory before moving on to harder problems.

Reference excerpt

An input method (or input method editor, commonly abbreviated IME) is an operating system component or program that enables users to generate characters not natively available on their input devices by using sequences of characters (or mouse operations) that are available to them. Using an input method is usually necessary for languages that have more graphemes than there are keys on the keyboard. For instance, on the computer, this allows the user of Latin keyboards to input Chinese, Japanese, Korean and Indic characters. On hand-held devices, it enables the user to type on the numeric keypad to enter Latin alphabet characters (or any other alphabet characters) or touch a screen display to input text. On some operating systems, an input method is also used to define the behavior of the dead keys.

Implementations

Although originally coined for CJK (Chinese, Japanese and Korean) computing, the term is now sometimes used generically to refer to a program to support the input of any language. To illustrate, in the X Window System, the facility to allow the input of Latin characters with diacritics is also called an input method. On Windows XP or later Windows, Input method, or IME, are also called Text Input Processor, which are implemented by the Text Services Framework API.

Relationship between the methodology and implementation While the term input method editor was originally used for Microsoft Windows, its use has now gained acceptance in other operating systems, especially when it is important to distinguish between the computer interface and implementation of input methods, or among the input methods themselves, the editing functionality of the program or operating system component providing the input method, and the general support of input methods in an operating system. This term has, for example, gained general acceptance on the Linux operating system and Android; it is also used on macOS.

The term input method generally refers to a particular way to use the keyboard to input a particular language, for example the Cangjie method, the pinyin method, or the use of dead keys. On the other hand, the term input method editor on Microsoft products refers to the program that allows an input method to be used (for example MS New Pinyin), or the editing area that allows the user to do the input. It can also refer to a character palette, which allows any Unicode character to be input individually.

See also CJK characters – Characters in shared East Asian written tradition Internationalization and localization – Process of making software accessible worldwide Unicode input#Techniques – Input characters using their Unicode code points

Related techniques Alt codes – Input methodPages displaying short descriptions of redirect targets Handwriting recognition – Ability of a computer to receive and interpret intelligible handwritten input Keyboard layout – Arrangement of keys on a typographic keyboard, in particular dead keys

Input methods versus language Chinese input method Japanese language and computers Japanese input method – Methods used to input Japanese characters on a computer Korean language and computers Vietnamese language and computers Indic scripts input methods in Wikipedia for languages used in South Asia, Southeast Asia, and parts of Central Asia and East Asia.

Specific input methods List of input methods for Unix platforms ATOK – Proprietary Japanese input method editor Microsoft Windows#Multilingual support – Computer operating system MS IME for Windows Tise – Tibetan input method editor for Windows Wnn – Japanese text input system

Input methods for handheld devices Multi-tap – Text entry system for mobile phones —Used on many mobile telephones—hit the (combined alphanumeric) key for the letter you want until it comes up, then wait or proceed with a different key. T9 – Mobile phone technology/XT9—Type the key for every letter once, then, if needed, type Next until the right word comes up. May also correct misspellings and regional typos (if an adjacent key is pressed incorrectly). iTap – Predictive text system —Similar to first-generation T9, with word autocomplete. LetterWise – Patented predictive text entry systems—Hit the key with the letter you want, if it doesn't come up, hit Next until it does. FITALY – Keyboard layout for stylus or touch input (An array, almost square, which minimizes distance travelled from one letter to another.) MessagEase, an input method optimized for the most common letters, that can enter hundreds of characters with single hand motions 8pen, an input method using circular swipes in an attempt to mimic hand movements Graffiti, the Palm OS input method, entered using a stylus Pouces, an input method using touches and swipes

Virtual keyboards

Fleksy—Eyes-free touch typing for touchscreen devices, also used by blind / visually impaired people. SwiftKey—context-sensitive word-prediction Swype – Virtual keyboard application, an input method that uses swiping gestures instead of tapping to quickly enter text Gboard – Virtual keyboard app for Android and iOS, the keyboard that comes bundled with the Android operating system

References

External links

Microsoft Input Method Editors (IMEs) for Chinese, Japanese and Korean BhashaIndia, the Microsoft portal for Indic languages, which has Indic IME for download. Google Transliteration IMEs

Illustrations

Input method: An animation shows how an input method produces Korean texts.
An animation shows how an input method produces Korean texts.
Input method: Screenshot of Swarachakra, an input method producing Indic scripts
Screenshot of Swarachakra, an input method producing Indic scripts

Worked examples

Example 1 — a first encounter with Input method

Start with the simplest possible case. Write down what Input method claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Input method before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Input method ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Input method

In research
Input method appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Input method in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Input method is common in secondary-school and first-year university syllabi. It links to neighbouring topics Input/output, Input methods, Natural language and computing, so understanding it makes those chapters shorter.
In everyday life
Look for Input method outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Input method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Input method means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Input method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Input method in simple terms?

An input method (or input method editor, commonly abbreviated IME) is an operating system component or program that enables users to generate characters not natively available on their input devices by using sequences of characters (or mouse operations) that are available to them. Using an input me…

Why does Input method matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Input method?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Input method.

Tags

  • Input/output
  • Input methods
  • Natural language and computing
  • User interface techniques

Keep exploring