# NOT RUN {
# bootstrapping from the original text
txt <- c(textone = "This is a sentence.  Another sentence.  Yet another.", 
         texttwo = "Premiere phrase.  Deuxieme phrase.")
bootstrap_dfm(txt, n = 3)
         
# }
Run the code above in your browser using DataLab