SYMBOL INDEX (17 symbols across 13 files) FILE: hamming.go function Hamming (line 8) | func Hamming(a, b string) (int, error) { FILE: jaro-winkler.go function JaroWinkler (line 9) | func JaroWinkler(a, b string, boostThreshold float64, prefixSize int) fl... FILE: jaro.go function Jaro (line 8) | func Jaro(a, b string) float64 { FILE: soundex.go function Soundex (line 8) | func Soundex(s string) string { FILE: tests/hamming_test.go function TestHamming (line 9) | func TestHamming(t *testing.T) { function TestHammingError (line 34) | func TestHammingError(t *testing.T) { FILE: tests/jaro-winkler_test.go function TestJaroWinkler (line 9) | func TestJaroWinkler(t *testing.T) { FILE: tests/jaro_test.go function TestJaro (line 9) | func TestJaro(t *testing.T) { FILE: tests/soundex_test.go function TestSoundex (line 9) | func TestSoundex(t *testing.T) { FILE: tests/testcases.go type levenshteincase (line 3) | type levenshteincase struct type soundexcase (line 12) | type soundexcase struct type hammingcase (line 17) | type hammingcase struct type jarocase (line 23) | type jarocase struct FILE: tests/ukkonen_test.go function TestUkkonen (line 9) | func TestUkkonen(t *testing.T) { FILE: tests/wagner-fischer_test.go function TestWagnerFischer (line 9) | func TestWagnerFischer(t *testing.T) { FILE: ukkonen.go function Ukkonen (line 9) | func Ukkonen(a, b string, icost, dcost, scost int) int { FILE: wagner-fischer.go function WagnerFischer (line 5) | func WagnerFischer(a, b string, icost, dcost, scost int) int {