TheFuzz.Phonetic.MetaphoneAlgorithm (TheFuzz v0.6.0)

View Source

Calculates the Metaphone Phonetic Algorithm of a string.

Summary

Functions

Returns the Metaphone phonetic version of the provided string. ## Examples

Functions

compute(value)

Returns the Metaphone phonetic version of the provided string. ## Examples

iex> TheFuzz.Phonetic.MetaphoneAlgorithm.compute("z")
"s"
iex> TheFuzz.Phonetic.MetaphoneAlgorithm.compute("ztiaz")
"sxs"