public interface StringSimilarity extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
similarity(String s1,
String s2)
Compute and return a measure of similarity between 2 strings.
|
Copyright © 2015. All rights reserved.