Sanakirja
Tekoälykääntäjä
KieliKäännökset
suomiennustava teksti

Määritelmät

Substantiivi

  1. (computing) A system for inputting text on a device where individual buttons correspond to several characters that attempts to guess which word was intended (typically out of a writable vocabulary), as opposed to a system where disambiguation is achieved through repeated presses of the same key.
  2. (computing) A system, as in a word processor, that attempts to predict and autocomplete the text being typed.

(computing) A system, as in a word processor, that attempts to predict and autocomplete the text being typed.

Example of the partially typed search term baby st being autocompleted to various options

(computing) A system, as in a word processor, that attempts to predict and autocomplete the text being typed.

Autocomplete of the search box in Mozilla Firefox

(computing) A system, as in a word processor, that attempts to predict and autocomplete the text being typed.

Code completion in Qt Creator 5.0: The programmer types some code, and when the software detects a recognizable string such as a variable identifier or class name it presents a menu to the programmer which contains the complete name of the identified variable or the methods applicable to the detected class, and the programmer makes a choice with her or his mouse or with the keyboard arrow keys. If the programmer continues typing without making a choice, then the menu disappears