# NOT RUN {
test_set = c('I like cats', 'I like dogs', 'we love animals', 'I am a vet',
'US politics bore me', 'I dont like to vote',
'The rainbow looked nice today dont you think tommy')
test_tags = c('animals', 'animals', 'animals', 'animals',
'politics', 'politics',
'misc')
Bootstrap_Data_Frame(test_set, test_tags, c("I", "we"), min_length = 3, max_length = 8)
# }
Run the code above in your browser using DataLab