untokenize | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.