public class LevenshteinDistance
extends java.lang.Object
Constructor and Description |
---|
LevenshteinDistance() |
Modifier and Type | Method and Description |
---|---|
static int |
computeLevenshteinDistance(java.lang.CharSequence str1,
java.lang.CharSequence str2) |