
Prepare Structured Interview Data
prep_interview.RdThis function takes a raw interview transcript, structures it by
speaker using structure_interview, and then organizes the lines
into a list where each element corresponds to a segment spoken by
a specific speaker. Each segment is named according to the
speaker's ID, sequence number, and length of the segment.
Value
A list where each element is a character vector containing a contiguous block of lines spoken by the same speaker. The names of the list elements uniquely identify each segment based on speaker ID, segment number and length.