Skip to main content
Module

x/levenshtein/README.md

Deno module to compute the Levenshtein distance between two strings
Very Popular
Latest
File

levenshtein

Implementation of the Wagner-Fischer algorithm to compute the Levenshtein distance between two strings.

Usage

import levenshtein from "https://deno.land/x/levenshtein/mod.ts";

levenshtein("kitten", "sitting"); // 3