Toolbox for Natural Language Processing.
This repository is structured as follow:
data/
: contains all raw data required to perform analyses
analyses/
: contains R scripts to run each step of the workflow
outputs/
: contains all the results created during the workflow
R/
: contains R functions developed especially for this project
man/
: contains help files of R functions
DESCRIPTION
: contains project metadata (author, date, dependencies, etc.)
make.R
: main R script to run the entire project by calling each R script stored in the analyses/
folder