CosineSimilarity |
Measures the Cosine similarity of two vectors of an inner product space and
compares the angle between them.
|
EditDistance |
|
IntersectionResult |
Represents the intersection result between two sets.
|
IntersectionSimilarity.BagCount |
Mutable counter class for storing the count of elements.
|
IntersectionSimilarity.TinyBag |
A minimal implementation of a Bag that can store elements and a count.
|
JaccardSimilarity |
Measures the Jaccard similarity (aka Jaccard index) of two sets of character
sequence.
|
JaroWinklerSimilarity |
A similarity algorithm indicating the percentage of matched characters between two character sequences.
|
LevenshteinDetailedDistance |
An algorithm for measuring the difference between two character sequences.
|
LevenshteinDistance |
An algorithm for measuring the difference between two character sequences.
|
LevenshteinResults |
Container class to store Levenshtein distance between two character sequences.
|
LongestCommonSubsequence |
A similarity algorithm indicating the length of the longest common subsequence between two strings.
|
SimilarityScore |
Interface for the concept of a string similarity score.
|
Tokenizer |
A tokenizer.
|