Class LevenshteinComputer
java.lang.Object
com.evolveum.midpoint.prism.query.fuzzy.LevenshteinComputer
TODO move to a better place?
TODO replace by a library method?
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
computeLevenshteinDistance
(String lObject, String rObject) static double
computeLevenshteinSimilarity
(String lObject, String rObject, int levenshteinDistance)
-
Constructor Details
-
LevenshteinComputer
public LevenshteinComputer()
-
-
Method Details
-
computeLevenshteinSimilarity
-
computeLevenshteinDistance
-