R/word_syllable_phoneme.R

#' Syllable length in English words.
#'
#' Dataset consisting of 15465010 words originally from Roberts (1965) A statistical linguistic analysis of American English. The Hague, Mouton 1965
#'
#' @format A data frame with 7 rows and 2 variables:
#' \describe{
#'   \item{x}{word, in syllable}
#'   \item{y}{syllable, in phoneme}
#' }
#' @source Altmann_1980
"word_syllable_phoneme"
sellisd/menzerath documentation built on March 6, 2025, 3:18 a.m.