A sample set of words taken from the first paragraph of James Joyce's short story "The Dead" to demonstrate the functionality in this package.
data(words)
A data frame with 55 observations and 4 variables.
The dataset includes the four variables.
word
Character, word in the sample.
first_letter
Character, first letter of the word.
last_letter
Character, last letter of the word.
letter_count
Integer, number of letters in the word.