analyze_bigrams | R Documentation |
Analyze text with ngram=2 (bigrams).
analyze_bigrams(in_text, top_rows = 25)
in_text |
a character vector. Text to be analyzed as a character vector. |
top_rows |
a numeric vector of length 1. Number of top rows to be returned. |
analyze_bigrams
A data.frame with two columns - bigram (character vector) and count (numeric vector).
Ravindra Pushker
analyze_bigrams(in_text=c("The quick brown fox jumps over the lazy dog."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.