Update Incremental Configuration (JSON) authored by Alieh Saeedi's avatar Alieh Saeedi
...@@ -7,11 +7,11 @@ The overall configuration of a single incremental matching: ...@@ -7,11 +7,11 @@ The overall configuration of a single incremental matching:
"config":{} "config":{}
}, },
{ {
"task":"INCREMNTAL", "task":"LINKING",
"config":{} "config":{}
}, },
{ {
"task":"CLUSTERING", "task":"INCREMENTAL_REPAIRING",
"config":{} "config":{}
}, },
{ {
... ...
......