• Stars
    star
    1
  • Language
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

tidy text format using gutenbergr and janeaustenr packages,sentiment analysis on a tidy text dataset, using the sentiments dataset from tidytext and inner_join() from dplyr,the tf-idf statistic (term frequency times inverse document frequency), a quantity used for identifying terms that are especially important to a particular document,n-grams and how to analyze word networks in text using the widyr and ggraph packages.