TheFuzz v0.3.0 TheFuzz.Phonetic.MetaphoneAlgorithm
Calculates the Metaphone Phonetic Algorithm of a string.
Summary
Functions
Returns the Metaphone phonetic version of the provided string. ## Examples
iex> TheFuzz.Phonetic.MetaphoneAlgorithm.compute("z")
"s"
iex> TheFuzz.Phonetic.MetaphoneAlgorithm.compute("ztiaz")
"sxs"