Published June 20, 2019
| Version v3.0.0
Software
Open
quadrama/DramaAnalysis: 3.0.0
Authors/Creators
- 1. Institut für Maschinelle Sprachverarbeitung, Uni Stuttgart
Description
Changelog
This is a redesign and complete overhaul of the R package. Existing code that uses functions of the package cannot be expected to continue to run without modifications. The major changes (compared to 2.x) are:
- Classes: Most functions now produce a classed object. This makes it easier to prevent an erroneous use of functions.
- Ids and names: All functions now rely only on character ids. If one needs character
names for plotting and visualisation, they can be inserted later using
characterNames(), with a controlled formatting. - Data files now include stage directions and character mentions, and functions can process them
- Extensive documentation in the form of a tutorial: https://quadrama.github.io/DramaAnalysis/tutorial/3/
- The wording in documentation and functions has been updated, so that figures are now called characters.
- Some functions have been renamed:
setup()is now calledsetDirectories()to avoid name conflictsfigureStatistics()is now calledcharacterStatistics()
- Some functions have been removed:
rankFiguresByAppearance()rankFiguresByDramatisPersonae()regroup()dictionaryStatisticsL()limitFigures()filterMentioned()dramaHead()dramaTail()enrichDictionary()
devtools::install_github("quadrama/DramaAnalysis", ref="v3.0.0")
Files
quadrama/DramaAnalysis-v3.0.0.zip
Files
(534.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:7ddee8519f06bb58eef9967b7c397fdf
|
534.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/quadrama/DramaAnalysis/tree/v3.0.0 (URL)