usc-isi-i2 / Web-Karma

Information Integration Tool
http://www.isi.edu/integration/karma/
Apache License 2.0
589 stars 196 forks source link

reconciliation #214

Closed frdo closed 4 years ago

frdo commented 8 years ago

Hi, how can i use the data reconciliation in karma? Is there any tutorial?

caknoblock commented 8 years ago

We are still working on that capability and will hopefully be making something available as soon as possible. Craig

On Mar 3, 2016, at 6:30 AM, frdo notifications@github.com wrote:

Hi, how can i use the data reconciliation in karma? Is there any tutorial?

— Reply to this email directly or view it on GitHub https://github.com/usc-isi-i2/Web-Karma/issues/214.

frdo commented 8 years ago

Ok, thank you so much.

lechatpito commented 6 years ago

Hi @caknoblock, is there any progress on reconciliation in Karma? I find it a common case where column values represent resources that should be looked up in a list of entities. Something simple like the ability to pass a Python dict that points to resources would be already quite useful.

caknoblock commented 6 years ago

The general problem is quite hard and we have moved to working on a library, called RLTK, for doing reconciliation outside of Karma. This is still under development and I think there is already a version available. But I think you are looking for something more in line with the capability in OpenRefine for reconciling a set of values to a fixed set. This would certainly be very useful and if someone in the Karma community wanted to develop such a capability, we could incorporate it into the Karma release.

On May 17, 2018, at 12:47 PM, François Scharffe notifications@github.com wrote:

Hi Craig, is there any progress on reconciliation in Karma? I find it a common case where column values represent resources that should be looked up in a list of entities. Something simple like the ability to pass a Python dict that points to resources would be already quite useful.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/usc-isi-i2/Web-Karma/issues/214#issuecomment-389987180, or mute the thread https://github.com/notifications/unsubscribe-auth/ABB-qYNG4VeT6yrIxQCSm4_4XK9tGgMVks5tzdPbgaJpZM4HoeUM.

szeke commented 6 years ago

The dict idea is possible to do today with a pytransform as long as the dict is less than a few thousand entries

lechatpito commented 6 years ago

OK, thank you for your answers.