| hash_syllable {lexicon} | R Documentation |
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')]
## End(Not run)