term_frequency: Get word frequency from chunk of text

Description Usage Arguments Value Author(s)

Description

This takes a set of text items and returns a data.frame from it with important words in reverse importance of frequency.

Usage

1
term_frequency(text, show_cloud = FALSE)

Arguments

text

The chunk of text to use

show_cloud

An optional term to plot as a wordcloud if necessary

Value

A data.frame of word frequencies in the chunk

Author(s)

Rodney J. Dyer <rjdyer@vcu.edu>


dyerlab/footprints documentation built on May 15, 2019, 7:21 p.m.