SMString |
Abstract interface that collects all similarity measures for StringClass
|
SMStringCosine |
Measures the Cosine similarity of two vectors of an inner product space and compares the angle
between them.
|
SMStringEqual |
Compares two strings.
|
SMStringJaroWinkler |
Measures the JaroWinkler similarity of two strings.
|
SMStringLevenshtein |
Compares two strings using the Levenshtein algorithm.
|
SMStringNGram |
Measures the nGram similarity of two strings.
|
SMStringRegexp |
The query will be interpreted as regular expression in the specified syntax.
|
SMStringTermCount |
Compares two strings using the Term Count algorithm.
|
SMStringWildcard |
Compares a query and case string, where the query can contain wildcards.
|