public class EditDistance extends Object
Constructor and Description |
---|
EditDistance() |
Modifier and Type | Method and Description |
---|---|
static int |
distance(String s1,
String s2) |
static double |
distance(String s1,
String s2,
boolean normalize) |
static double |
normalizedDistance(String s1,
String s2) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.