complex_to_third: complex_to_third()

Description Usage Arguments

Description

This function is used by txt_to_df() to transform first-person pronouns in texts with complex narrative voices.

Usage

1
complex_to_third(input.text, narrator.breaks)

Arguments

input.text

A character vector of a text, with punctuation left in. Each element may be a line, sentence, paragraph, etc...

narrator.breaks

A data frame with three columns: start.chap, end.chap, egoname. It translates 1st-person pronouns in each section (start.chap to end.chap) to the associated egoname. Each egoname must be specified in the associated Char.csv file.


seanrsilver/novnet documentation built on June 19, 2019, 12:44 a.m.