Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.47 KB

README.md

File metadata and controls

35 lines (21 loc) · 2.47 KB

Workshop: Introduction to Text Analysis with TidyText

This is an introduction into text analysis using primarily the TidyText package for R statistical programming language in the RStudio development environment. This workshop will demonstrate how to import texts into the environment, and perform basic analyses for word usage and sentiment analysis. This workshop uses the tidytext package (as well as others) to analyze and visualize written works, such as novels and song lyrics.

R Packages Used

  1. dplyr
  2. tidytext
  3. gutenbergr
  4. ggplot2
  5. ggthemes
  6. stringr
  7. tidyr

Author

License

This project is licensed under the MIT License.

Acknowledgments

This workshop was initially developed for the Rfun workshop series organized by Data & Visualization Services at Duke University Libraries. It was inspired by Julia Silge and David Robinson's Text Mining with R: A Tidy Approach. Visit the GitHub repository for Slige and Robinson's project here.