zi-levenshtein
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

zi-levenshtein

This is a simple TypeScript package that implements the Levenshtein distance algorithm. The Levenshtein distance is a string metric for measuring the difference between two sequences. It is calculated as the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.

Installation

To use this package in your project, you will need Node.js installed on your computer. You can then install the package using npm:

npm install zi-levenshtein

Package Sidebar

Install

npm i zi-levenshtein

Weekly Downloads

6

Version

1.0.0

License

ISC

Unpacked Size

17.1 kB

Total Files

9

Last publish

Collaborators

  • faozifaozi