org.pentaho.di.trans.steps.fuzzymatch
Class LetterPairSimilarity

java.lang.Object
  extended by org.pentaho.di.trans.steps.fuzzymatch.LetterPairSimilarity

public class LetterPairSimilarity
extends Object


Constructor Summary
LetterPairSimilarity()
           
 
Method Summary
static double getSimiliarity(String str1, String str2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LetterPairSimilarity

public LetterPairSimilarity()
Method Detail

getSimiliarity

public static double getSimiliarity(String str1,
                                    String str2)
Returns:
lexical similarity value in the range [0,1]