# NOT RUN {
x <- c('the dirtier dog has eaten the pies',
'that shameful pooch is tricky and sneaky',
"He opened and then reopened the food bag",
'There are skies of blue and red roses too!'
)
make_lemma_dictionary(x)
# }
# NOT RUN {
make_lemma_dictionary(x, engine = 'treetagger')
# }
Run the code above in your browser using DataLab