public class LevenshteinSimilarity extends LevenshteinDistance
LevenshteinDistance
Constructor and Description |
---|
LevenshteinSimilarity(boolean normalize) |
LevenshteinSimilarity(double insP,
double delP,
double mismatchP,
boolean normalize) |
Modifier and Type | Method and Description |
---|---|
double |
sim(String a,
String b) |
distance
Copyright © 2014. All rights reserved.