contains_pronunciation_phonemes: Find words which contain the given phoneme character strings

Description Usage Arguments Value Examples

Description

Find words which contain the given phoneme character strings

Usage

1
contains_pronunciation_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

Value

Character vector of words which contain the given phonemes

Examples

1
2
3
# Find all words which contain the sound of "through" when spoken
phons <- phonemes("through")
contains_pronunciation_phonemes(phons)

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