Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlies1103/levenstein-lib

Node library to manage all things levenstein
https://github.com/charlies1103/levenstein-lib

Last synced: about 1 month ago
JSON representation

Node library to manage all things levenstein

Awesome Lists containing this project

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.