leerssej / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

same reconciliation candidate for two cells seems to be overridden #185

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am building an experimental reconciliation service to reconcile countries. in 
my example (countries from factbook), "United Kingdom" identified as 
http://www4.wiwiss.fu-berlin.de/factbook/resource/United_Kingdom is a 
reconciliation candidate for two cellls, first for the cell containing "United 
Kingdom" with score 0.999 and second for cell containing "United States" with 
score 0.239 (for both match=false)
the score in the UI seems to be overridden as I only see the 0.239 and not the 
0.999.

It looks like "reconCandidates" in the JSON output uses ids as keys... so the 
same candidate cannot appear twice.

Original issue reported on code.google.com by fadima...@gmail.com on 9 Nov 2010 at 2:52

GoogleCodeExporter commented 8 years ago
r1989 breaks using checkmarks.  Display not longer updates and user is forced 
to use Shift F5 to see changes.  Popup to undo does still appear however.

Original comment by thadguidry on 18 Feb 2011 at 2:24

GoogleCodeExporter commented 8 years ago
This was fixed by an earlier check in r1989. It caused a problem which was 
fixed by r2010.

Original comment by dfhu...@gmail.com on 18 Feb 2011 at 5:40

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 9 Jun 2011 at 7:58