Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.4.2) of this package.
Take me there.
tidytext (version 0.1.0)
Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Description
Text mining for word processing and sentiment analysis using 'dplyr', 'ggplot2', and other tidy tools.
Copy Link
Link to current version
Version
Version
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Install
install.packages('tidytext')
Monthly Downloads
45,665
Version
0.1.0
License
MIT + file LICENSE
Issues
12
Pull Requests
0
Stars
1,189
Forks
182
Repository
http://github.com/juliasilge/tidytext
Maintainer
Julia Silge
Last Published
April 28th, 2016
Functions in tidytext (0.1.0)
Search all functions
corpus_tidiers
Tidiers for a corpus object from the quanteda package
cast_sparse
Create a sparse matrix from row names, column names, and values in a table.
parts_of_speech
Parts of speech for English words from the Moby Project
cast_tdm_
Casting a data frame to a DocumentTermMatrix, TermDocumentMatrix, or dfm
tdm_tidiers
Tidy DocumentTermMatrix, TermDocumentMatrix, and related objects from the tm package
pair_count
Count pairs of items that cooccur within a group
tidy_triplet
Utility function to tidy a simple triplet matrix
cast_sparse_
Standard-evaluation version of cast_sparse
stop_words
Various lexicons for English stop words
dictionary_tidiers
Tidy dictionary objects from the quanteda package
reexports
Objects exported from other packages
sentiments
Sentiment lexicons from three sources
unnest_tokens
Split a column into tokens using the tokenizers package
tidy.Corpus
Tidy a Corpus object from the tm package