syllable_counts_data: A data.table of Words and Syllable Counts
Description
A data.table hash table dataset containing words and syllable counts.
Usage
data(syllable_counts_data)
Format
A data frame with 124603 rows and 2 variablesDetails
-  word. A character column of lower case words.
  
 
-  syllables. The syllable counts per word.