0.0.2 • Published 12 years ago
sift-string v0.0.2
sift
Fast String Distance (SIFT) Algorithm.
Installation
Browserify/Node
$ npm install sift-stringComponent
$ component install timoxley/siftDemo
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-demoAPI
sift(string, string)
Return 'distance' between two strings.
TODO
- Dictionary Helper supply it emits suggestions.
Credit
Code extracted from MailCheck
License
MIT

