Published February 20, 2018
| Version v0.1.7
Software
Open
juliasilge/tidytext: tidytext 0.1.7
Creators
- 1. Stack Overflow
- 2. @DataCamp
- 3. @ThinkR-open
- 4. London School of Economics and Political Science
- 5. @rstudio
- 6. Powerley
- 7. @spacetelescope
- 8. @SmithCollege-SDS
Description
unnest_tokens
can now unnest a data frame with a list column (which formerly threw the errorunnest_tokens expects all columns of input to be atomic vectors (not lists)
). The unnested result repeats the objects within each list. (It's still not possible whencollapse = TRUE
, in which tokens can span multiple lines).- Add
get_tidy_stopwords()
to obtain stopword lexicons in multiple languages in a tidy format. - Add a dataset
nma_words
of negators, modals, and adverbs that affect sentiment analysis (#55). - Updated various vignettes/docs/tests so package can build on R-oldrel.
Files
juliasilge/tidytext-v0.1.7.zip
Files
(7.1 MB)
Name | Size | Download all |
---|---|---|
md5:499b4d8fdb9d12e11c3fe1c6c0fe26ed
|
7.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/juliasilge/tidytext/tree/v0.1.7 (URL)