Text Mining with R
Author | : Julia Silge |
Publisher | : O'Reilly Media |
Total Pages | : 150 |
Release | : 2017-05-25 |
ISBN-10 | : 1491981652 |
ISBN-13 | : 9781491981658 |
Rating | : 4/5 (658 Downloads) |
Download or read book Text Mining with R written by Julia Silge and published by O'Reilly Media. This book was released on 2017-05-25 with total page 150 pages. Available in PDF, EPUB and Kindle. Book excerpt: Tackle a variety of tasks in natural language processing by learning how to use the R language and tidy data principles. This practical guide provides examples and resources to help you get up to speed with dplyr, broom, ggplot2, and other tidy tools from the R ecosystem. You’ll discover how tidy data principles can make text mining easier, more effective, and consistent by employing tools already in wide use. Text Mining with R shows you how to manipulate, summarize, and visualize the characteristics of text, sentiment analysis, tf-idf, and topic modeling. Along with tidy data methods, you’ll also examine several beginning-to-end tidy text analyses on data sources from Twitter to NASA datasets. These analyses bring together multiple text mining approaches covered in the book. Get real-world examples for implementing text mining using tidy R package Understand natural language processing concepts like sentiment analysis, tf-idf, and topic modeling Learn how to analyze unstructured, text-heavy data using R language and ecosystem