R/curate_swda_data.R
curate_swda_data.Rd
This function curates the SWDA (Switchboard Dialog Act) data by processing all the .utt files in the specified directory.
curate_swda_data(dir_path)
The path to the directory containing the .utt files.
A data frame containing the curated SWDA data.
if (FALSE) { curate_swda_data("/path/to/directory") }