Skip to content

hellerve-project-based-learning/levenshtein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

levenshtein

A simple implementation of Levenshtein edit distance in Carp.

Installation

(load "git@github.com:hellerve/levenshtein")

Usage

The only function that is defined and exposed by this library is String.levenshtein. An example usage could look like this:

(String.levenshtein "hey" "hej") ; => 1
(String.levenshtein "hello" "hej") ; => 3

That’s all, folks!


Have fun!

About

An implementation of the Levenshtein edit distance in Carp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published