View source: R/sent_ngrams_lem.R
sent_ngrams_lem | R Documentation |
This function allows tokenizing text on the level of sentences.
sent_ngrams_lem(sentences, n)
sentences |
Table with lemmatized 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_lem()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.