Fast String Distance (SIFT) Algorithm.
$ npm install sift-string
$ component install timoxley/sift
or if you want to check it out locally:
# run only once to install npm dev dependencies
npm install .
# this will install && build the components and open the demo web page
npm run c-demo
Return 'distance' between two strings.
- Dictionary Helper supply it emits suggestions.
Code extracted from MailCheck
Big thanks to Alexandru Vladutu for his contributions!
MIT