|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectserf.data.TitleMatcher
public class TitleMatcher
| Constructor Summary | |
|---|---|
TitleMatcher()
|
|
TitleMatcher(float th)
|
|
| Method Summary | |
|---|---|
boolean |
valuesMatch(java.lang.String s1,
java.lang.String s2)
Test if titles match In this implementation the jaro similarity metric is used to compare string values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TitleMatcher()
public TitleMatcher(float th)
| Method Detail |
|---|
public boolean valuesMatch(java.lang.String s1,
java.lang.String s2)
valuesMatch in interface AtomicMatchs1 - title 1s2 - title 2
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||