Lars Marius Garshol
Lars Marius Garshol
_From [vasilievip](https://code.google.com/u/vasilievip/) on August 12, 2013 00:27:36_ Sample datasets https://github.com/open-city/dedupe/tree/master/test/datasets
Yes, I'd really like to add this feature, but I need real data to work with, in order to develop some feeling for what strategies work and what strategies don't....
Yes, this is the behaviour. The code swaps the IDs to avoid duplicate links in deduplication mode. Of course, that doesn't work so well in record linkage mode. We can...
The problem is that the two IDs are the same, so when Duke compares the two records against one another, it thinks it's comparing a record with itself, and suppresses...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on April 20, 2013 01:31:52_ I think supporting different kinds of storage of the configuration is a worthwhile improvement, so if you would do that it's great. However,...
_From [[email protected]](https://code.google.com/u/110661812325629466890/) on April 23, 2013 14:02:28_ I could see a reader as another approach but I was thinking of the configuration being the interface for 2 reasons. First, it...
_From [[email protected]](https://code.google.com/u/110661812325629466890/) on April 25, 2013 09:56:57_ I make a change in my clone project philipw-duke-head which addresses this issue. Please check it out and let me know if I...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on April 25, 2013 11:09:07_ This is good stuff. I pushed it into the mainline now. Thanks! :-)
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on April 25, 2013 12:07:22_ I'm not too happy with the Configuration -> ConfigurationInterface name change. The name we keep referring to in the code is that of...
_From [[email protected]](https://code.google.com/u/110661812325629466890/) on April 29, 2013 12:29:43_ I was originally going to do the Configuration and ConfigurationImpl. And I too was not happy with implementing in that fashion. The only...