开发者

Human Name lookup / translation

开发者 https://www.devze.com 2022-12-15 13:12 出处:网络
I am working on a requirement to match people from different databases. One tricky problem is variance in names开发者_高级运维 like Bob - Robert, Jim - James, Lizzy - Elizabeth etc across databases.

I am working on a requirement to match people from different databases. One tricky problem is variance in names开发者_高级运维 like Bob - Robert, Jim - James, Lizzy - Elizabeth etc across databases.

Is there a lookup/translation available for this kind of a requirement.


Take a look at my answer (as well as the others) here:

Tools for matching name/address data


You'd need to implement a lookup table with the alternate names in it:

Base      | Alternate
----------------
Robert    | Bob
Elizabeth | Liz 
Elizabeth | Lizzy
Elizabeth | Beth

Then search the database for the base name and all alternates. You'll end up with a number of multiple matches which will then need to be checked to see if they really match based on a comparison of whatever other data you have in the two databases. Maybe the dates of the records in each database could be used - records entered close in time indicate the same person.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号