MCPcopy Create free account

hub / github.com/dexyk/stringosim / functions

Functions27 in github.com/dexyk/stringosim

↓ 10 callersFunctionGetNGram
(s string, NGramSizes []int)
helper.go:33
↓ 6 callersFunctionSameRune
(a rune, b rune, caseInsensitive bool)
helper.go:67
↓ 4 callersFunctionEqualFloat64
(x, y float64)
helper.go:29
↓ 4 callersFunctionMin
(a int, b int)
helper.go:13
↓ 3 callersFunctionMax
(a int, b int)
helper.go:20
↓ 2 callersFunctionNormNGram
(m map[string]int)
helper.go:90
↓ 2 callersFunctionjaroFormula
(m, t, s1, s2 int)
jaro.go:97
↓ 2 callersFunctionjaroHelper
(s []rune, t []rune, option JaroSimilarityOptions)
jaro.go:55
↓ 1 callersFunctionAbsInt
(v int)
helper.go:71
↓ 1 callersFunctionCompareErrors
(e1 error, e2 error)
helper.go:51
↓ 1 callersFunctionCosine
(s []rune, t []rune, options ...CosineSimilarityOptions)
cosine.go:17
↓ 1 callersFunctionDotProductNGrams
(m1, m2 map[string]int)
helper.go:79
↓ 1 callersFunctionHamming
(s []rune, t []rune, options ...HammingSimilarityOptions)
hamming.go:17
↓ 1 callersFunctionJaccard
(s []rune, t []rune, NGramSizes []int)
jaccard.go:3
↓ 1 callersFunctionJaro
(s []rune, t []rune, options ...JaroSimilarityOptions)
jaro.go:19
↓ 1 callersFunctionJaroWinkler
(s []rune, t []rune, options ...JaroSimilarityOptions)
jaro.go:33
↓ 1 callersFunctionLCS
(s []rune, t []rune, options ...LCSSimilarityOptions)
lcs.go:13
↓ 1 callersFunctionLevenshtein
(s []rune, t []rune, options ...LevenshteinSimilarityOptions)
levenshtein.go:18
↓ 1 callersFunctionQGram
(s []rune, t []rune, options ...QGramSimilarityOptions)
q-gram.go:17
FunctionTestCosine
(t *testing.T)
cosine_test.go:33
FunctionTestHamming
(t *testing.T)
hamming_test.go:39
FunctionTestJaccard
(t *testing.T)
jaccard_test.go:30
FunctionTestJaro
(t *testing.T)
jaro_test.go:53
FunctionTestJaroWinkler
(t *testing.T)
jaro_test.go:63
FunctionTestLCS
(t *testing.T)
lcs_test.go:33
FunctionTestLevenshtein
(t *testing.T)
levenshtein_test.go:70
FunctionTestQGram
(t *testing.T)
q-gram_test.go:33