/go-levenshtein

compute the Levenshtein distance between two strings in Go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Levenshtein

Installation

This package can be installed using the go get command:

go get seehuhn.de/go/levenshtein

Usage

Documentation is available via the package's online help, either on godoc.org or on the command line:

godoc seehuhn.de/go/levenshtein