Skip to content

tilotech/go-phonetics

 
 

Repository files navigation

go-phonetics

A go phonetics algorithm library

Implemented algorithms:

Usage

Get the latest tagged version:

go get github.com/tilotech/go-phonetics

Example:

import "github.com/tilotech/go-phonetics"

func main() {
  metaphoneEncoded := phonetics.EncodeMetaphone("Hello World!")
  soundexEncoded := phonetics.EncodeSoundex("Hello World!")
  fmt.Println(metaphoneEncoded, soundexEncoded)
}

More information can be found in the godocs.

About

A golang phonetics algorithm library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%