ngram-print | R Documentation |
Print methods.
## S4 method for signature 'ngram'
print(x, output = "summary")
## S4 method for signature 'ngram'
show(object)
x , object |
An ngram object. |
output |
a character string; determines what exactly is printed. Options are "summary", "truncated", and "full". |
If output=="summary"
, then just a simple representation of the n-gram
object will be printed; for example, "An ngram object with 5 2-grams".
If output=="truncated"
, then the n-grams will be printed up to a
maximum of 5 total.
If output=="full"
then all n-grams will be printed.
ngram, babble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.