raj.act.1POS {qdap} | R Documentation |
Romeo and Juliet: Act 1 Parts of Speech by Person
A dataset containing a list from pos_by
using the
mraja1spl
data set (see pos_by
for
more information).
Description
Romeo and Juliet: Act 1 Parts of Speech by Person
A dataset containing a list from pos_by
using the
mraja1spl
data set (see pos_by
for
more information).
Usage
data(raj.act.1POS)
Format
A list with 10 elements http://shakespeare.mit.edu/romeo_juliet/full.html
Details
- text
The original text
- POStagged
The original words replaced with parts of speech in context.
- POSprop
Dataframe of the proportion of parts of speech by row.
- POSfreq
Dataframe of the frequency of parts of speech by row.
- POSrnp
Dataframe of the frequency and proportions of parts of speech by row
- percent
The value of percent used for plotting purposes.
- zero.replace
The value of zero.replace used for plotting purposes.
- pos.by.freq
Dataframe of the frequency of parts of speech by grouping variable.
- pos.by.prop
Dataframe of the proportion of parts of speech by grouping variable.
- pos.by.rnp
Dataframe of the frequency and proportions of parts of speech by grouping variable.