Provides algorithms for string similarity.
-
class
Measures the cosine distance between two character sequences.
class
The hamming distance between two strings of equal length is the number of
positions at which the corresponding symbols are different.
class
Measures the intersection of two sets created from a pair of character sequences.
class
Measures the Jaccard distance of two sets of character sequence.
class
Measures the Jaccard similarity (aka Jaccard index) of two sets of character
sequence.
class
Measures the Jaro-Winkler distance of two character sequences.
class
A similarity algorithm indicating the percentage of matched characters between two character sequences.
class
An algorithm for measuring the difference between two character sequences.
class
An algorithm for measuring the difference between two character sequences.
class
A similarity algorithm indicating the length of the longest common subsequence between two strings.
class
An edit distance algorithm based on the length of the longest common subsequence between two strings.
This accepts the similarity score implementation and the "left" string.