This directory contains a module that implements the "Metaphone" code as
Bruce Momjian <bruce@momjian.us>
This directory contains a module that implements the "Metaphone" code as a PostgreSQL user-defined function. The Metaphone system is a method of matching similar sounding names (or any words) to the same code. Metaphone was invented by Lawrence Philips as an improvement to the popular name-hashing routine, Soundex. This metaphone code is from Michael Kuhn, and is detailed at http://aspell.sourceforge.net/metaphone/metaphone-kuhn.txt Joel Burton
Files
| Path | Change | +/− |
|---|---|---|
| contrib/Makefile | modified | +2 −1 |
| contrib/metaphone/Makefile | added | +39 −0 |
| contrib/metaphone/metaphone.c | added | +321 −0 |
| contrib/metaphone/metaphone.sql.in | added | +3 −0 |
| contrib/metaphone/README.metaphone | added | +79 −0 |
| contrib/README | modified | +4 −0 |
| src/pl/plpython/Makefile | modified | +4 −1 |