levenshtein.go is a simple golang go implementation of the Levenshtein edit distance.
To install, run
$ go get github.com/kse/levenshtein
and import the package in your program.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
levenshtein.go is a simple golang go implementation of the Levenshtein edit distance.
To install, run
$ go get github.com/kse/levenshtein
and import the package in your program.