php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #1534 metaphone as an alternative to soundex
Submitted: 1999-06-13 09:19 UTC Modified: 1999-11-21 14:53 UTC
From: adam at musicseek dot net Assigned: paul (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 3.0.9 OS: Windows
Private report: No CVE-ID: None
 [1999-06-13 09:19 UTC] adam at musicseek dot net
There is an algorithm called Metaphone, implemented here (in C++):

http://www.marlboro.edu/~mahoney/support/alg/node132.html

This would be a great addition to PHP3, as an alternative
to Soundex() which is not nearly as accurate as Metaphone.

Although more complex than Soundex() [soundex is VERY simple], it's probably not a lot of work for someone experienced in porting C++.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-13 20:30 UTC] paul at cvs dot php dot net
in progress
 [1999-11-21 14:53 UTC] thies at cvs dot php dot net
metaphone is part of PHP 4b3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 05:01:30 2024 UTC