An open API service indexing awesome lists of open source software.

https://github.com/maritz/js-double-metaphone

Javascript implementation of a Double-Metaphone cloned from a PHP implementaion.
https://github.com/maritz/js-double-metaphone

Last synced: 11 months ago
JSON representation

Javascript implementation of a Double-Metaphone cloned from a PHP implementaion.

Awesome Lists containing this project

README

          

**Notice**: A more complete and robust library that does metaphones and much more: https://github.com/NaturalNode/natural

This is almost a 1:1 copy of the [PHP implementation](http://swoodbridge.com/DoubleMetaPhone) by Stephen Woodbridge.
It is very likely that it has bugs. If you find any, please send me a patch or fork and send a pull request as I'm unsure how much I'll maintain this myself.