{ "wf" : { "threshold" : "0.99", "run" : "001", "entityType" : "person", "orderField" : "person", "queueMaxSize" : "2000", "groupMaxSize" : "10", "slidingWindowSize" : "200", "rootBuilder" : [ "person" ], "includeChildren" : "true" }, "pace" : { "conditions" : [ ], "model" : [ { "name" : "fullname", "algo" : "JaroWinkler", "type" : "String", "weight" : "0.3", "ignoreMissing" : "false", "path" : "person/metadata/fullname/value", "params" : { } }, { "name" : "coanchors", "algo" : "PersonCoAnchorsDistance", "type" : "JSON", "weight" : "0.3", "ignoreMissing" : "false", "path" : "person", "params" : { "common.anchors" : "1" } }, { "name" : "coauthorsurnames", "algo" : "PersonCoAuthorSurnamesDistance", "type" : "JSON", "weight" : "0.3", "ignoreMissing" : "false", "path" : "person", "params" : { "common.surnames" : "4" } }, { "name" : "lastname", "algo" : "Null", "type" : "String", "weight" : "0", "ignoreMissing" : "true", "path" : "person/metadata/secondnames/value" } ], "blacklists" : { "lastname" : [ "(?i)^wang$", "(?i)^~wang$", "(?i)^zhang$", "(?i)^zhou$", "(?i)^zhao$", "(?i)^li$", "(?i)^~li$", "(?i)^liu$", "(?i)^chen$", "(?i)^yang$", "(?i)^kim$", "(?i)^xu$", "(?i)^huang$", "(?i)^sun$", "(?i)^lee$", "(?i)^ma$", "(?i)^kim$", "(?i)^hu$", "(?i)^wu$", "(?i)^zhu$", "(?i)^lu$" ] } } }