Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dexyk/stringosim
/ functions
Functions
27 in github.com/dexyk/stringosim
⨍
Functions
27
◇
Types & classes
14
↓ 10 callers
Function
GetNGram
(s string, NGramSizes []int)
helper.go:33
↓ 6 callers
Function
SameRune
(a rune, b rune, caseInsensitive bool)
helper.go:67
↓ 4 callers
Function
EqualFloat64
(x, y float64)
helper.go:29
↓ 4 callers
Function
Min
(a int, b int)
helper.go:13
↓ 3 callers
Function
Max
(a int, b int)
helper.go:20
↓ 2 callers
Function
NormNGram
(m map[string]int)
helper.go:90
↓ 2 callers
Function
jaroFormula
(m, t, s1, s2 int)
jaro.go:97
↓ 2 callers
Function
jaroHelper
(s []rune, t []rune, option JaroSimilarityOptions)
jaro.go:55
↓ 1 callers
Function
AbsInt
(v int)
helper.go:71
↓ 1 callers
Function
CompareErrors
(e1 error, e2 error)
helper.go:51
↓ 1 callers
Function
Cosine
(s []rune, t []rune, options ...CosineSimilarityOptions)
cosine.go:17
↓ 1 callers
Function
DotProductNGrams
(m1, m2 map[string]int)
helper.go:79
↓ 1 callers
Function
Hamming
(s []rune, t []rune, options ...HammingSimilarityOptions)
hamming.go:17
↓ 1 callers
Function
Jaccard
(s []rune, t []rune, NGramSizes []int)
jaccard.go:3
↓ 1 callers
Function
Jaro
(s []rune, t []rune, options ...JaroSimilarityOptions)
jaro.go:19
↓ 1 callers
Function
JaroWinkler
(s []rune, t []rune, options ...JaroSimilarityOptions)
jaro.go:33
↓ 1 callers
Function
LCS
(s []rune, t []rune, options ...LCSSimilarityOptions)
lcs.go:13
↓ 1 callers
Function
Levenshtein
(s []rune, t []rune, options ...LevenshteinSimilarityOptions)
levenshtein.go:18
↓ 1 callers
Function
QGram
(s []rune, t []rune, options ...QGramSimilarityOptions)
q-gram.go:17
Function
TestCosine
(t *testing.T)
cosine_test.go:33
Function
TestHamming
(t *testing.T)
hamming_test.go:39
Function
TestJaccard
(t *testing.T)
jaccard_test.go:30
Function
TestJaro
(t *testing.T)
jaro_test.go:53
Function
TestJaroWinkler
(t *testing.T)
jaro_test.go:63
Function
TestLCS
(t *testing.T)
lcs_test.go:33
Function
TestLevenshtein
(t *testing.T)
levenshtein_test.go:70
Function
TestQGram
(t *testing.T)
q-gram_test.go:33