2.0.0
Changelog
- Texts are no longer loaded via a Java VM and XMI files. Instead, we provide GitHub repositories for different corpora that have been preprocessed and stored in the CSV format. They can be loaded directly in R.
- New features
Requirements
DramaAnalysis should work on Mac OS X, Windows 10 and Linuxes.
Installation
# If not installed before, this package handles the installation directly from GitHub
install.packages("devtools")
devtools::install_github("quadrama/DramaAnalysis", build_vignettes=TRUE)