Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/charlies1103/levenstein-lib
- Owner: CharlieS1103
- License: mit
- Created: 2022-06-20T02:45:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T18:29:13.000Z (over 2 years ago)
- Last Synced: 2024-11-19T17:58:53.409Z (about 2 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.