com.wcohen.ss
Class Level2JaroWinkler

java.lang.Object
  extended by com.wcohen.ss.AbstractStringDistance
      extended by com.wcohen.ss.AbstractTokenizedStringDistance
          extended by com.wcohen.ss.Level2
              extended by com.wcohen.ss.Level2JaroWinkler
All Implemented Interfaces:
StringDistance, StringDistanceLearner

public class Level2JaroWinkler
extends Level2

"Level 2" recursive field matching algorithm, based on Jaro distance.


Constructor Summary
Level2JaroWinkler()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 java.lang.String toString()
           
 
Methods inherited from class com.wcohen.ss.Level2
explainScore, score, train
 
Methods inherited from class com.wcohen.ss.AbstractTokenizedStringDistance
asBagOfTokens, prepare, setStringWrapperPool
 
Methods inherited from class com.wcohen.ss.AbstractStringDistance
addExample, doMain, explainScore, getDistance, hasNextQuery, nextQuery, prepare, prepare, score, setDistanceInstancePool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Level2JaroWinkler

public Level2JaroWinkler()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Level2

main

public static void main(java.lang.String[] argv)