Skip to content

2.0.0

Compare
Choose a tag to compare
@nilsreiter nilsreiter released this 08 Dec 08:31
· 505 commits to master since this release

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
    • We can now apply dictionaryStatistics() per scene or act #71
    • Report contains more information #72 #75 #70

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)