powered by
A data.table hash table dataset containing words and syllable counts.
data(hash_syllable)
A data frame with 124603 rows and 2 variables
word. A character column of lower case words.
syllables. The syllable counts per word.
Counts scraped from http://www.poetrysoup.com
# NOT RUN { library(data.table) hash_syllable[c('yield', 'hurtful', 'admonishing', 'abdicate')] # }
Run the code above in your browser using DataLab