levenstein-lib
v1.0.2
Published
A library to handle all things relating to levenstein distance
Downloads
6
Readme
levenstein lib
Functions
calc_levenstein:
Calculates and returns the levenstein distance as a whole number. This is pretty much the amount of single character edits it would require to convert one word into another
levenstein_percentage:
Calculates and returns a percentage of similarity between two strings.