|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wcohen.ss.AbstractStringDistance com.wcohen.ss.AbstractTokenizedStringDistance com.wcohen.ss.Level2 com.wcohen.ss.Level2Levenstein
public class Level2Levenstein
"Level 2" recursive field matching algorithm using Levenstein distance.
Constructor Summary | |
---|---|
Level2Levenstein()
|
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 |
---|
public Level2Levenstein()
Method Detail |
---|
public java.lang.String toString()
toString
in class Level2
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |