Skip to content

malcolm-sheridan/Levenshtein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Levenshtein distance (LD) is a measure of the similarity between two strings, which we will refer to as the source string (s) and the target string (t). The distance is the number of deletions, insertions, or substitutions required to transform s into t.

About

A micro library that returns the Levenshtein distance bewteen lists of strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published