ParseR is the collective name for the techniques SHARE uses for text analysis. It’s primarily based on the tidytext philosophy and the analysis is normally carried out in R.
This R package is part of an offering that allows SHARE to complete three different levels of text analysis:
Install the package using the install_github
function from the devtools
package (you’ll need an auth_token
).
devtools::install_github(repo = "Avery-Island/ParseR",
auth_token = "let_me_in_please")