com.wcohen.secondstring
Class Level2SLIMWinkler

java.lang.Object
  |
  +--com.wcohen.secondstring.AbstractStringDistance
        |
        +--com.wcohen.secondstring.Level2
              |
              +--com.wcohen.secondstring.Level2SLIMWinkler
All Implemented Interfaces:
StringDistance

public class Level2SLIMWinkler
extends Level2

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


Constructor Summary
Level2SLIMWinkler()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 java.lang.String toString()
           
 
Methods inherited from class com.wcohen.secondstring.Level2
explainScore, prepare, score
 
Methods inherited from class com.wcohen.secondstring.AbstractStringDistance
accumulateStatistics, doMain, explainScore, score
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Level2SLIMWinkler

public Level2SLIMWinkler()
Method Detail

toString

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

main

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