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.
- Host: GitHub
- URL: https://github.com/maritz/js-double-metaphone
- Owner: maritz
- Created: 2010-05-26T17:53:00.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T08:45:50.000Z (about 13 years ago)
- Last Synced: 2025-07-09T05:40:36.588Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 235 KB
- Stars: 26
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.