Skip to contents

R-CMD-check pkgdown

What is ParseR?

ParseR is the collective name for the techniques SAMY Data Science 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 SAMY Data Science to complete three different levels of text analysis:

  • Bespoke
    • Used for original analysis specific to the client’s idiosyncratic requirements.
    • Needs a couple of weeks of time working with the full breadth of ParseR techniques.
  • Template
    • Used for repeated analysis as part of an established workflow.
    • Needs a couple of days of time working with the ParseR R package.
  • Basic
    • Used for quick analysis stemming from ad hoc requests.
    • Needs a couple of hours of time working with the ParseR web app.

Installation

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"
)

SAMY Data Science