untokenize {corpustools} | R Documentation |
If the tCorpus was created with remember_spaces = T, you can rebuild the original texts.
untokenize(tc)
tc |
A tCorpus, created with |
A data.table with the text fields and meta fields as columns.
tc = create_tcorpus(sotu_texts, doc_column='id')
untokenize(tc)