Provide Double Metaphone functionality
The Double Metaphone algorithm by Lawrence Philips allows a word to be broken down into its phonemes.
License: PHP License
| Version | Release | Download |
| 1.0.1 | 2014-05-06 | doublemetaphone-1.0.1.tgz |
| 1.0.0 | 2012-03-25 | doublemetaphone-1.0.0.tgz |
| 0.2.0 | 2008-04-03 | doublemetaphone-0.2.0.tgz |
| 0.1.2 | 2007-11-05 | doublemetaphone-0.1.2.tgz |
| Version | Message |
| 1.0.1 | - Add LICENSE file to package for Windows builds. |
| 1.0.0 |
- Pushed this as stable, since no bugs filed with previous beta - PHP 5.4 Compatibility |
| 0.2.0 |
- Some internal changes in headers to comply with PECL standards - Pushed this as beta, since no bugs were filed with the previous alpha |
| 0.1.2 |
- Initial PECL release - Removing old comments - Updating license - Fix while() condition, since always true |