-
Notifications
You must be signed in to change notification settings - Fork 31
dracos/double-metaphone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a copy of the Python Double Metaphone algorithm, taken from http://atomboy.isa-geek.com/plone/Members/acoil/programing/double-metaphone/metaphone.py and algorithm originally by Lawrence Philips, with some bug fixes to the core algorithm, and other minor improvements. I use it on Theatricalia to do people name matching, and it appears to work quite well, e.g. http://theatricalia.com/search?q=chuck+iwugee The database stores the double metaphones for first and last names, and then upon searching simply computes the double metaphones of what has been entered and looks up anything that matches.
About
A Python implementation of the Double Metaphone algorithm
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published