GetHomophones

HomophoneDictionary.GetHomophones method

Gets the homophones for the specified word. The resulting array does not contain the original word.

public string[] GetHomophones(string word)
Parameter Type Description
word String The word to suggest the homophones.

Return Value

The homophones for the specified word or empty array if the HomophoneDictionary object does not contain the specified word.

See Also