|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
/*
|
|
|
|
|
* This is a port of the Double Metaphone algorithm for use in PostgreSQL. |
|
|
|
|
* |
|
|
|
|
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.8 2006/07/14 05:28:27 tgl Exp $ |
|
|
|
|
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.9 2006/07/16 02:44:00 tgl Exp $ |
|
|
|
|
* |
|
|
|
|
* Double Metaphone computes 2 "sounds like" strings - a primary and an |
|
|
|
|
* alternate. In most cases they are the same, but for foreign names |
|
|
|
@ -49,12 +49,6 @@ |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* $Revision: 1.8 $ |
|
|
|
|
* $Id: dmetaphone.c,v 1.8 2006/07/14 05:28:27 tgl Exp $ |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***************************** COPYRIGHT NOTICES ***********************
|
|
|
|
|
|
|
|
|
|
Most of this code is directly from the Text::DoubleMetaphone perl module |
|
|
|
|