Closed GoogleCodeExporter closed 9 years ago
This might be achievable by having the master list in a separate Refine project
from the import list, and using the Cross function
http://code.google.com/p/google-refine/wiki/GRELOtherFunctions
More complexity would require for a reconcilation service between projects, see
issue 176 http://code.google.com/p/google-refine/issues/detail?id=176
Original comment by iainsproat
on 15 Nov 2010 at 3:21
Also, a quick way to generate an abbreviation is
forEach(value.replace(/\W/, " ").replace(/\s+/, " ").split(" "), v,
v[0].toUppercase()).join(".")
Original comment by dfhu...@gmail.com
on 15 Nov 2010 at 5:37
Comparing entities from different sources to match records that may refer to
the same is a branch of computer science with 40 years research history,
normally referred to as "record linkage".
GR is the easiest tool I have seen for doing record linkage, but even more
advanced tools exists:
http://en.wikipedia.org/wiki/Record_linkage#External_links
Original comment by haraldgr...@gmail.com
on 22 Dec 2010 at 9:44
Original issue reported on code.google.com by
robertg...@gmail.com
on 15 Nov 2010 at 3:14