Uses of Interface
org.apache.commons.text.similarity.EditDistance
Packages that use EditDistance
-
Uses of EditDistance in org.apache.commons.text.similarity
Classes in org.apache.commons.text.similarity that implement EditDistanceModifier 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 Jaccard distance of two sets of character sequence.class
Measures the Jaro-Winkler distance of 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
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 EditDistanceConstructors in org.apache.commons.text.similarity with parameters of type EditDistanceModifierConstructorDescriptionEditDistanceFrom
(EditDistance<R> editDistance, CharSequence left) Constructs the edit distance implementation and the "left" string.