bind_tf_idf             Bind the term frequency and inverse document
                        frequency of a tidy text dataset to the dataset
cast_sparse             Create a sparse matrix from row names, column
                        names, and values in a table.
cast_sparse_            Standard-evaluation version of cast_sparse
cast_tdm_               Casting a data frame to a DocumentTermMatrix,
                        TermDocumentMatrix, or dfm
corpus_tidiers          Tidiers for a corpus object from the quanteda
                        package
dictionary_tidiers      Tidy dictionary objects from the quanteda
                        package
get_sentiments          Get a tidy data frame of a single sentiment
                        lexicon
lda_tidiers             Tidiers for LDA objects from the topicmodels
                        package
pair_count              Count pairs of items that cooccur within a
                        group
parts_of_speech         Parts of speech for English words from the Moby
                        Project
sentiments              Sentiment lexicons from three sources
stop_words              Various lexicons for English stop words
tdm_tidiers             Tidy DocumentTermMatrix, TermDocumentMatrix,
                        and related objects from the tm package
tidy.Corpus             Tidy a Corpus object from the tm package
tidy_triplet            Utility function to tidy a simple triplet
                        matrix
tidytext                tidytext: Text Mining using 'dplyr', 'ggplot2',
                        and Other Tidy Tools
unnest_tokens           Split a column into tokens using the tokenizers
                        package
