package
0.0.0-20211112135547-c65180b6c569
Repository: https://github.com/bottlerocketlabs/fuzzy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewSmithWatermanGotoh returns a new Smith-Waterman-Gotoh string metric.

# Structs

MatchMismatch represents a substitution function which returns the match or mismatch value depeding on the equality of the compared characters.
SmithWatermanGotoh represents the Smith-Waterman-Gotoh metric for measuring the similarity between sequences.

# Interfaces

Substitution represents a substitution function which is used to calculate a score for character substitutions.