api documentation for string-similarity (v1.1.0)

Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.

table of contents

  1. module string-similarity
    1. function string-similarity.compareTwoStrings (str1, str2)
    2. function string-similarity.findBestMatch (mainString, targetStrings)

module string-similarity

function string-similarity.compareTwoStrings (str1, str2)

function string-similarity.findBestMatch (mainString, targetStrings)

[ this document was created with utility2 ]