Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
854 views

Matching records based on Person Name

Are there any tools or methods that can be used for matching by a person's name between two different data sources? The systems have no other common information and the names have been entered ...
3
votes
2answers
119 views

Human Name lookup / translation

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 ...
2
votes
2answers
91 views

Make suggestions based off of person's name

So I've searched fuzzy searching, the Levenshtein Distance Algorithm and I'm not sure if either are a true fit for what I'm doing. Please let me know your thoughts, if any... How can I take a user's ...
2
votes
1answer
123 views

Name-matching against table with alternative spellings

I have a table with alternative spellings of country names: Use name, Alt1, Alt2, Alt3, Alt4 [...] Bahamas, "Bahamas, The" Bolivia Bosnia and Herzegovina, Bosnia & Herzegovina [...] (Some ...
1
vote
5answers
245 views

How to handle elements ID when using jQuery and ASP.NET user controls

I have some user controls in ASP.NET that I am using as simply HTML, that is, without any code-behind. I one control I have an element with a fixed ID and I am pointing it with some jQuery client ...
0
votes
1answer
129 views

Name matching dictionary for finding first and last name variants

I have an application that will store and track visitors. These visitors are created in the system by schedulers(users) as needed when they set up a visit. The problem is that most of the time the ...
0
votes
1answer
132 views

Combining table, web service data in Grails

I'm trying to figure out the best approach to display combined tables based on matching logic and input search criteria. Here is the situation: We have a table of customers stored locally. The ...