sent_ngrams | R Documentation |
This function allows tokenizing text on the level of sentences.
sent_ngrams(sentences, n)
sentences |
Table with raw sentences generated by get_sentences function. No default. |
n |
Integer specifying the parsing rule for ngrams: 2 for bigrams, 3 for trigrams, etc. No default. |
sent_ngrams()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.