The goal of speechiespeech is to allow a user to easily parse text from public websites with a variety of source types and perform basic text mining and analysis functions including tokenizing a text file, performing and visualizing sentiment analysis, and analyzing relative frequency of words across a set of source documents.
In its current version, speechiespeech supports the parsing of text from html pages provided input of an appropriate css selector. Development is required to make css selection more user friendly.
Current development efforts focus on parsing of text from pdf source files, with publicly accessible Supreme Court slip opinion files providing prototype data sources.
You can install the development version of speechiespeech from GitHub with:
devtools::install_github("speechiespeech")
This is a basic example which shows you how to solve a common problem:
library(speechiespeech)
## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.