Uses of Class
org.apache.commons.text.similarity.LevenshteinResults
Package | Description |
---|---|
org.apache.commons.text.similarity |
Provides algorithms for string similarity.
|
-
Uses of LevenshteinResults in org.apache.commons.text.similarity
Methods in org.apache.commons.text.similarity that return LevenshteinResults Modifier and Type Method Description LevenshteinResults
LevenshteinDetailedDistance. apply(CharSequence left, CharSequence right)
Find the Levenshtein distance between two Strings.