Episode
Text mining, the tidy way
with Julia Silge
useR!2017: Text mining, the tidy way
Keywords: text mining, natural language processing, tidy data, sentiment analysis
Webpages: https://CRAN.R-project.org/package=tidytext, http://tidytextmining.com/
Unstructured, text-heavy data sets are increasingly important in many domains, and tidy data principles and tidy tools can make text mining easier and more effective. We introduce the tidytext package for approaching text analysis from a tidy data perspective. We can manipulate, summarize, and visualize the characteristics of text using the R tidy tool ecosystem; these tools extend naturally to many text analyses and allow analysts to integrate natural language processing into effective workflows already in wide use. We explore how to implement approaches such as sentiment analysis of texts and measuring tf-idf to quantify what a document is about.
useR!2017: Text mining, the tidy way
Keywords: text mining, natural language processing, tidy data, sentiment analysis
Webpages: https://CRAN.R-project.org/package=tidytext, http://tidytextmining.com/
Unstructured, text-heavy data sets are increasingly important in many domains, and tidy data principles and tidy tools can make text mining easier and more effective. We introduce the tidytext package for approaching text analysis from a tidy data perspective. We can manipulate, summarize, and visualize the characteristics of text using the R tidy tool ecosystem; these tools extend naturally to many text analyses and allow analysts to integrate natural language processing into effective workflows already in wide use. We explore how to implement approaches such as sentiment analysis of texts and measuring tf-idf to quantify what a document is about.
Have feedback? Submit an issue here.