-
- All Implemented Interfaces:
- ExternalFunction
public class JaroSimilarity
extends Object
implements ExternalFunction
Wraps the Jaro string similarity from the Second String library.
If the similarity is below a threshold (default=0.5) it returns 0.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JaroSimilarity
public JaroSimilarity()
Copyright © 2018 University of California, Santa Cruz. All rights reserved.