mrauh / gonetic

Gonetic implements the Kölner Phonetik (Cologne Phonetic) algorithm in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kölner Phonetik (Cologne Phonetic) implemented in Go

Gonetic implements the Kölner Phonetik (Cologne Phonetic) algorithm in Go. It is a translation of the php implementation of deezaster to Go.

Build Status

Installation

With Go installed on your machine:

$ go get github.com/mrauh/gonetic

Usage / Example

import (
	"github.com/mrauh/gonetic"
)

func main() {
	code := gonetic.NewPhoneticCode("Müller-Lüdenscheidt")
	println(code)
}

About

Gonetic implements the Kölner Phonetik (Cologne Phonetic) algorithm in Go.


Languages

Language:Go 100.0%