View source: R/summarization.R
Text summarization.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | summarize(corpus, ...)
## S3 method for class 'character'
summarize(corpus, ...)
## S3 method for class 'character'
summarize(corpus, ...)
## S3 method for class 'python.builtin.tuple'
summarize(corpus, ...)
## S3 method for class 'mm_file'
summarize(corpus, ...)
## S3 method for class 'mm'
summarize(corpus, ...)
|
corpus |
A corpus. |
... |
Any other options, from the official documentation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.