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

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

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)