How to use wink-distance - 1 common examples

To help you get started, we’ve selected a few wink-distance examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github winkjs / wink-nlp-utils / src / string-soundex.js View on Github external
var soundex = function ( word, maxLength ) {
  return sndx( word, maxLength );
}; // soundex()

wink-distance

Distance/Similarity functions for Bag of Words, Strings, Numbers, Dates and Vectors.

MIT
Latest version published 1 year ago

Package Health Score

58 / 100
Full package analysis

Popular wink-distance functions