contains_pronunciation: Find words which contain pronunciation of the given word

Description Usage Arguments Value Examples

Description

Find words which contain pronunciation of the given word

Usage

1
contains_pronunciation(word, keep_stresses = FALSE)

Arguments

word

single word

keep_stresses

keep the stresses attached to each phonmeme? Default: FALSE

Value

Character vector of words which contain the pronunciation of the given word.

Examples

1
2
# Find all words which contain the sound of "through" when spoken
contains_pronunciation('through')

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