项目作者: shibin-george

项目描述 :
A simple AutoComplete UI, which uses a Trie-based implementation for efficiency.
高级语言:
项目地址: git://github.com/shibin-george/AutoComplete.git
创建时间: 2013-12-04T10:39:05Z
项目社区:https://github.com/shibin-george/AutoComplete

开源协议:

下载


AutoComplete

A simple AutoComplete UI, which uses a Trie-based implementation for efficiency.

The words in a ‘word_list.txt’ file are first inserted into the trie.
In case a word not recognised is typed, it is automatically inserted into the trie( principle of locality: words used in a message might need to be used later in the message).