|
5 년 전 | |
---|---|---|
.. | ||
LICENSE | 5 년 전 | |
README.md | 5 년 전 | |
index.d.ts | 5 년 전 | |
index.flow.js | 5 년 전 | |
index.js | 5 년 전 | |
index.mjs | 5 년 전 | |
package.json | 5 년 전 |
Given a string, A and an array of strings XS, return the string X from XS whose Levenshtein distance from A is minimal.
$ npm install levenary
import levenary from 'levenary';
levenary('cat', ['cow', 'dog', 'pig']);
//=> 'cow'
levenary
?$ npm run bench
311,915 op/s » levenary
74,030 op/s » didyoumean
141,423 op/s » didyoumean2