phonemes: Return phonemes for the given word.

Description Usage Arguments Value Examples

Description

Return phonemes for the given word.

Usage

1
phonemes(word, keep_stresses = FALSE)

Arguments

word

single word

keep_stresses

keep the stresses attached to each phonmeme? Default: FALSE

Value

Vector of phoneme strings. Each string is one variation on the pronunciation of the given word, represented as the ARPABET phonetic transcription.

Examples

1
phonemes("cellar")

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