homophones_phonemes: Find all homophones of the given phoneme character strings

Description Usage Arguments Details Value Examples

Description

Homophones are words with the same pronunciation but different spelling.

Usage

1
homophones_phonemes(phons, keep_stresses = FALSE)

Arguments

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

Details

This function finds the phonemes (without stresses) for the given word, and finds all other words with the same phonemes.

Value

character vector of homophones.

Examples

1
2

coolbutuseless/phon documentation built on May 31, 2019, 5:40 a.m.