forked from D-Net/dnet-hadoop
configuration files changed: dedupRun instead of run, assertion updated in tests
This commit is contained in:
parent
4c8485d0bb
commit
b247a86e69
|
@ -8,7 +8,7 @@ import java.util.Map;
|
||||||
/**
|
/**
|
||||||
* The Class SortedJaroWinkler.
|
* The Class SortedJaroWinkler.
|
||||||
*/
|
*/
|
||||||
@DistanceClass("Sorted2JaroWinkler")
|
@DistanceClass("SortedLevel2JaroWinkler")
|
||||||
public class SortedLevel2JaroWinkler extends SortedSecondStringDistanceAlgo {
|
public class SortedLevel2JaroWinkler extends SortedSecondStringDistanceAlgo {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue