Go Text Matcher Go Text Matcher is a simple library with fuzzy text scoring/matching functions. Methods: Cosine Similarity Hamming Levenshtein NGrams More to come... Installation $ go get github.com/reneManqueros/GoTextMatcher Usage Look at GoTextMatcher_test.go!