powered by
Report descriptive statistics for a set of texts.
text_stats(x, filter = NULL, ...)
a text corpus.
if non-NULL, a text filter to to use instead of the default text filter for x.
NULL
x
additional properties to set on the text filter.
A data frame with columns named tokens, types, and sentences, with one row for each text.
tokens
types
sentences
text_stats reports descriptive statistics for a set of texts: the number of tokens, unique types, and sentences.
text_stats
text_filter, term_stats.
text_filter
term_stats
# NOT RUN { text_stats(c("A rose is a rose is a rose.", "A Rose is red. A violet is blue!")) # }
Run the code above in your browser using DataLab