Registry / utility / xrash-smetrics

xrash-smetrics

JSON →
library0.0.0-20250705151800-55b8f293f342gogounverified

Package smetrics provides a bunch of algorithms for calculating the distance between strings, such as Levenshtein and Jaro-Winkler.

go get github.com/xrash/smetrics
INSTALL
IMPORT
SIG · XRASH-SMETRICS
X
xrash-smetrics
utilitygov0.0.0-20250705151800-55b8f293f342
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.

smetrics
github.com/xrash/smetrics

Calculates the Levenshtein distance between two strings.

import "github.com/xrash/smetrics" func main() { d := smetrics.Levenshtein("kitten", "sitting") println(d) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250705151800-55b8f293f342latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
xrash-smetrics — go get xrash-smetrics · libregistry