Class LevenshteinComputer
- java.lang.Object
-
- com.evolveum.midpoint.prism.query.fuzzy.LevenshteinComputer
-
public class LevenshteinComputer extends Object
TODO move to a better place? TODO replace by a library method?
-
-
Constructor Summary
Constructors Constructor Description LevenshteinComputer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
computeLevenshteinDistance(String lObject, String rObject)
static double
computeLevenshteinSimilarity(String lObject, String rObject, int levenshteinDistance)
-