Skip to contents

This function curates the SWDA (Switchboard Dialog Act) data by processing all the .utt files in the specified directory.

Usage

curate_swda_data(dir_path)

Arguments

dir_path

The path to the directory containing the .utt files.

Value

A data frame containing the curated SWDA data.

Examples

if (FALSE) {
curate_swda_data("/path/to/directory")
}