Registry / utility / hbollon-go-edlib

hbollon-go-edlib

JSON →
library1.7.0gogounverified

Package go-edlib provides string comparison and edit distance algorithms.

go get github.com/hbollon/go-edlib
INSTALL
IMPORT
SIG · HBOLLON-GO-EDLIB
H
hbollon-go-edlib
utilitygov1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

edlib
github.com/hbollon/go-edlib

Compute Levenshtein distance between two strings.

package main import ( "fmt" "github.com/hbollon/go-edlib" ) func main() { dist, _ := edlib.LevenshteinDistance("kitten", "sitting") fmt.Println(dist) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
hbollon-go-edlib — go get hbollon-go-edlib · libregistry