Character-String Auto-Completion System

From GM-RKB
Jump to navigation Jump to search

An Character-String Auto-Completion System is a string generation system that can solve a auto-completion task by implementing Auto-Completion Algorithm.



References

2019

  • (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Autocomplete Retrieved:2019-8-13.
    • Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing. In graphical user interfaces, users can typically press the tab key to accept a suggestion or the down arrow key to accept one of several.

      Autocomplete speeds up human-computer interactions when it correctly predicts the word a user intends to enter after only a few characters have been typed into a text input field. It works best in domains with a limited number of possible words (such as in command line interpreters), when some words are much more common (such as when addressing an e-mail), or writing structured and predictable text (as in source code editors).

      Many autocomplete algorithms learn new words after the user has written them a few times, and can suggest alternatives based on the learned habits of the individual user.

2013

2009a

2009b

2006