TheFuzz.Phonetic.MetaphoneAlgorithm
Calculates the Metaphone Phonetic Algorithm of a string.
Summary
compute(value) | Returns the Metaphone phonetic version of the provided string. ## Examples
|
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"