Re: Merge rows based on Levenshtein distance - Mailing list pgsql-general

From Michael Nolan
Subject Re: Merge rows based on Levenshtein distance
Date
Msg-id CAOzAqu+=gLa7wRMcacLtS5UGHhF6+UbWbNGN9yWKsqWo3fArXw@mail.gmail.com
Whole thread Raw
In response to Re: Merge rows based on Levenshtein distance  (mongoose <akarargyris@gmail.com>)
List pgsql-general
Have you considered using a soundex function to sort names into similarity groups?  In my experience it works fairly well with Western European names, not quite as well with names from other parts of the world.  It also doesn't deal well with many nicknames (Mike instead of Michael, etc.)

--
Mike Nolan

pgsql-general by date:

Previous
From: Kris Deugau
Date:
Subject: INSERT to partitioned table doesn't return row count
Next
From: Adrian Klaver
Date:
Subject: Re: INSERT to partitioned table doesn't return row count