Description Usage Arguments Details Value Examples
Homophones are words with the same pronunciation but different spelling.
1 | homophones_phonemes(phons, keep_stresses = FALSE)
|
phons |
Vector of phoneme strings e.g. c("K AE1 R IY0", "K EH1 R IY0") |
keep_stresses |
keep the stresses attached to each phonmeme? Default: FALSE |
This function finds the phonemes (without stresses) for the given word, and finds all other words with the same phonemes.
character vector of homophones.
1 2 | homophones_phonemes(phonemes('steak'))
homophones_phonemes("K AH R IY")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.