Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SoundexEncoder ¶
type SoundexEncoder struct{}
SoundexEncoder Soundex encoder
func NewSoundexEncoder ¶
func NewSoundexEncoder() *SoundexEncoder
NewSoundexEncoder create new encoder instance
func (*SoundexEncoder) Encode ¶
func (se *SoundexEncoder) Encode(input string) string
Encode thansform the input string to its phonetic representation using Soundex algorithm.
Click to show internal directories.
Click to hide internal directories.