https://github.com/dotcypress/phonetics
A golang phonetics algorithm library
https://github.com/dotcypress/phonetics
Last synced: about 2 months ago
JSON representation
A golang phonetics algorithm library
- Host: GitHub
- URL: https://github.com/dotcypress/phonetics
- Owner: dotcypress
- License: bsd-3-clause
- Created: 2013-07-04T08:51:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T20:00:09.000Z (over 10 years ago)
- Last Synced: 2025-03-18T21:54:40.894Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 135 KB
- Stars: 30
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
phonetics: a go phonetics algorithm library
=========================================================Implemented algorithms:
* [Soundex](http://en.wikipedia.org/wiki/Soundex)
* [Metaphone](http://en.wikipedia.org/wiki/Metaphone)More information can be found in the [godocs](http://godoc.org/github.com/dotcypress/phonetics)