public final class LevensteinDistance extends Object implements StringDistance
Constructor and Description |
---|
LevensteinDistance()
Optimized to run a bit faster than the static getDistance().
|
public LevensteinDistance()
public float getDistance(String target, String other)
StringDistance
getDistance
in interface StringDistance
target
- The first string.other
- The second string.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.