matchr
matchr copied to clipboard
An approximate string matching library for the Go programming language.
Hi. I have tried this library and compared it with https://github.com/adrg In some cases we experience differences in the results: ``` package main import ( "fmt" "github.com/adrg/strutil/metrics" "github.com/antzucaro/matchr" ) func...
Hi! Could you create a release?
I don't know if you're interested, but there's a much easier way of doing Smith-Waterman that involves having an extra row and column at the 0th indexes, whose scores are...