Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DifferenceSoundex ¶
DifferenceSoundex is a function to calculate difference between two strings with Soundex algorithm. Function returns a ranking on how similar two words are in percents.
func EncodeCologne ¶
EncodeCologne is a function to encode string with the Cologne Phonetics algorithm.
func EncodeMetaphone ¶
EncodeMetaphone is a function to encode string with Metaphone algorithm. Metaphone is a phonetic algorithm, published by Lawrence Philips in 1990, for indexing words by their English pronunciation. With Michael Kuhn modification (mkuhn@rhlab.UUCP)
func EncodeSoundex ¶
EncodeSoundex is a function to encode string with Soundex algorithm. Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English.
Types ¶
This section is empty.