New similarity module to help with comparing track titles

This commit is contained in:
Philipp Wolfer 2024-01-14 13:12:02 +01:00
parent d9d83a4282
commit bace31471e
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
4 changed files with 111 additions and 0 deletions

1
go.mod
View file

@ -28,6 +28,7 @@ require (
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dustin/go-humanize v1.0.1 // indirect