Description Usage Arguments Examples
Create a dictionary from a list of documents.
1 | corpora_dictionary(docs, file = NULL)
|
docs |
A list of documents as returned by |
file |
Path to save |
1 2 | docs <- prepare_documents(corpus)
(dict <- corpora_dictionary(docs))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.