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.
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.