Packt Publishing, 2017. — 262 p. — ISBN: 978-1-78355-181-1
The book is the process of extracting useful and high-quality information from text by devising patterns and trends. R provides an extensive ecosystem to mine text through its many frameworks and packages.
Starting with basic information about the statistics concepts used in text mining, this book will teach you how to access, cleanse, and process text using the R language and will equip you with the tools and the associated knowledge about different tagging, chunking, and entailment approaches and their usage in natural language processing. Moving on, this book will teach you different dimensionality reduction techniques and their implementation in R. Next, we will cover pattern recognition in text data utilizing classification mechanisms, perform entity recognition, and develop an ontology learning framework.
By the end of the book, you will develop a practical application from the concepts learned, and will understand how text mining can be leveraged to analyze the massively available data on social media.
What you will learnGet acquainted with some of the highly efficient R packages such as OpenNLP and RWeka to perform various steps in the text mining process
Access and manipulate data from different sources such as JSON and HTTP
Process text using regular expressions
Get to know the different approaches of tagging texts, such as POS tagging, to get started with text analysis
Explore different dimensionality reduction techniques, such as Principal Component Analysis (PCA), and understand its implementation in R
Discover the underlying themes or topics that are present in an unstructured collection of documents, using common topic models such as Latent Dirichlet Allocation (LDA)
Build a baseline sentence completing application
Perform entity extraction and named entity recognition using R
Statistical Linguistics with R
Processing Text
Categorizing and Tagging Text
Dimensionality Reduction
Text Summarization and Clustering
Text Classification
Entity Recognition