mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-27 22:47:57 +02:00
New similarity module to help with comparing track titles
This commit is contained in:
parent
d9d83a4282
commit
bace31471e
4 changed files with 111 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue