Uses of Interface
org.apache.commons.text.similarity.SimilarityScore
Packages that use SimilarityScore
-
Uses of SimilarityScore in org.apache.commons.text.similarity
Subinterfaces of SimilarityScore in org.apache.commons.text.similarityClasses in org.apache.commons.text.similarity that implement SimilarityScoreModifier and TypeClassDescriptionclass
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.Methods in org.apache.commons.text.similarity that return SimilarityScoreModifier and TypeMethodDescriptionSimilarityScoreFrom.getSimilarityScore()
Gets the edit distance.Constructors in org.apache.commons.text.similarity with parameters of type SimilarityScoreModifierConstructorDescriptionSimilarityScoreFrom
(SimilarityScore<R> similarityScore, CharSequence left) This accepts the similarity score implementation and the "left" string.