README.md

DepsearcheR - querying syntactically annotated data with R

This simple library aims to provide some basic functionality for analyzing dependency annotated data with R.

Check out the documentation at https://tunicorpora.github.io/depsearcheR/.

Installation

Use either the devtools package, or - if devtools isn't installed, then probably preferably - the more lightweight remotes package. Both have the install_github function needed to do the job:

library(remotes)
install_github('tunicorpora/depsearcheR')


utacorpora/depsearcheR documentation built on Sept. 21, 2019, 1:07 a.m.