TheFuzz v0.5.0 TheFuzz.Phonetic.MetaphoneAlgorithm View Source

Calculates the Metaphone Phonetic Algorithm of a string.

Link to this section 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"

Link to this section 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"