Reconstruct original texts
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.