Nick Krichevsky
714f75028c
Has imperfect string matching algorithm where very short prefixes allow a good match (e.g. Spongebob goes to Stranger-Things)
9 lines
155 B
Modula-2
9 lines
155 B
Modula-2
module github.com/ollien/gobbler
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
)
|