StringSimiliarty

StringSimiliarty

Multi-Threaded dynamic programm to calculate the string similiarity of a main string and a couple of other strings. Algorithm used: Levenshtein-Distance (Edit-Distance)

Constructor

new StringSimiliarty()

Version:
  • 1.0
Author:
  • Maksim Sandybekov
Source:

Methods

(static) calculate(mainString, …otherStrings) → {Array}

Calculate the string similiarty between one main String and a single or multiplie other strings.
Parameters:
Name Type Attributes Description
mainString *
otherStrings any <repeatable>
Source: