labelingsystem-server
Version 0.1.0.0
|
This is the complete list of members for Similarity, including all inherited members.
Damerau(String s1, String s2) | Similarity | static |
JaroWinkler(String s1, String s2) | Similarity | static |
Levenshtein(String s1, String s2) | Similarity | static |
LongestCommonSubsequence(String s1, String s2) | Similarity | static |
MetricLCS(String s1, String s2) | Similarity | static |
NGram(String s1, String s2) | Similarity | static |
NormalizedLevenshtein(String s1, String s2) | Similarity | static |
QGram(String s1, String s2) | Similarity | static |
twoGram(String s1, String s2) | Similarity | static |
WeightedLevenshtein(String s1, String s2) | Similarity | static |