Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 534 Bytes

FuzzyInput

Prefix tree style fuzzy spell checker including auto-complete and auto-correction

Insertion and Deletion Tolerance

> neccesary
necessary

Auto-Complete

> mot
mother

Keyboard Vicinity (Gesture)

> moyjer
mother

Credit

Source of frequent word list: http://www.insightin.com/esl/

Web Demo

I've built a web page to demo FuzzyInput, you can visit it here.