Preface
1
Introduction
2
Installation
3
Basics
3.1
R Basics
3.1.1
Variable assignment
3.1.2
Function calls
3.2
magrittr Pipes /
%>%
4
Quick Start
I DramaAnalysis
5
Data
5.1
Origin: TEI-XML
5.2
Preprocessed data
5.2.1
Sample data
5.3
Installing corpora
5.3.1
Data sources and credits
5.4
Collection data
5.4.1
Defining collections
6
Who’s talking how much?
6.1
Character names instead of identifiers
6.2
Stacked bar plot
6.3
Collection analysis
7
Who’s talking how often?
7.1
When are characters talking?
7.2
Adding act boundaries
7.3
Collection analysis
8
Configuration
8.1
Matrices
8.1.1
Filtering unimportant characters
8.1.2
Normalization
8.2
Copresence
8.2.1
As Heatmap
8.2.2
As Network
8.2.3
Network properties
8.2.4
Graph Export
9
Character Exchange
9.1
Hamming Distance
9.1.1
NormalizedHamming
9.1.2
Trilcke
9.2
Corpus Analysis
10
Stage Directions
11
Word Field Analysis
11.1
Single word field
11.2
Multiple Word Fields
11.2.1
Bar plot by character
11.2.2
Bar plot by field
11.3
Dictionary Based Distance
11.4
Development over the course of the play
11.4.1
Individual characters
11.4.2
Comparing characters
11.5
Corpus Analysis
11.6
Enriching the word fields distributionally
12
Advanced Text Analysis
12.1
When are characters mentioned?
12.2
Who mentions whom?
13
Resterampe
13.0.1
Character meta data
13.0.2
Character groups
References
DramaAnalysis
1
Introduction
Figure 1.1: Function workflow in this package.