Skip to content

sfu-discourse-lab/MDA-podcasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDA-podcasts

Supplementary materials for: Podcasts as an emerging register of computer-mediated communication (version 1.0)

DOI: will be provided upon submission

Description

This repository comprises the data and scripts for conducting multi-dimensional analyses of two podcast datasets: a dataset of podcast transcripts and written and spoken computer-medidated registers, and a dataset of podcast transcripts and traditional spoken registers. It also comprises comprehensive statistical material as described in

  • tba

This paper presents two full multi-dimensional analyses of podcasts as an emerging register of computer-mediated communication, together with other registers. Podcasts, a relatively recent audio medium, have risen in popularity since their initial appearance in the mid-2000s. Yet, little is known about their structural linguistic characteristics and their relation to other computer-mediated, spoken and written registers. Addressing this gap in the literature, the lexico-grammatical features of a representative sample of Spotify podcast transcripts are compared to selected computer-mediated registers (e.g., personal blog, informational blog, interview) as well as traditional spoken registers (e.g., broadcast, conversation, unscripted speech).

The datasets published in this repository originate from the Spotify Podcast Dataset, the Corpus of Online Registers of English (CORE), the British National Corpus (BNC, XML edition), the Santa Barbara Corpus of Spoken American English, and the English Pear Stories. The corpus data was annotated with parts-of-speech tags using the Multidimensional Analysis Tagger and all tags were automatically retrieved with a custom-written python script (available here https://github.com/sfu-discourse-lab/MDA_project). See the related publication for details on the dataset and methodology.

Content overview

  • 📁 mda_CORE -- all materials and scripts for the analysis of podcasts and other online registers

  • 📁 mda_traditional -- all materials and scripts for the analysis of podcasts and traditional spoken registers

  • postag_description.csv -- a list of 67 lexico-grammatical features. The first column provides the part-of-speech tag, the second column gives a brief description of the feature.

Description of statistical materials

Each folder contains a stats folder with the following statistical materials

  • eigenvalues -- the unrotated eigenvalues which were calculated based on the correlation matrix of normalised feature frequencies.

  • factorScores -- the factor scores of a three factor solution for each of the individual texts in the dataset. The first column contains the file names.

  • KMO -- output of test for the Kaiser-Meyer-Olkin factor adequacy which shows that the data is factorable.

  • loadings -- feature loadings of each linguistic feature on each factor in the three factor solution. The first column lists the feature tags (see POS-tag_description.csv, for a description of the features). Loadings were rounded to three decimal places.

  • meanFactorScores -- mean factor scores for each register in the dataset. The mean factor scores were calculated based on the factor scores of the individual texts in the dataset. Mean factor scores are essentially an average across all texts belonging to one register.

  • postag_counts -- the raw feature frequencies of 67 lexico-grammatical features (see postag_description) which were automatically retrieved from each text in the dataset.

  • postag_counts_normalized -- normalised feature frequencies of 67 lexico-grammatical features (see postag_description) which were automatically retrieved from each text in the dataset. The frequencies were normalised per 1000 word tokens. This csv serves as input for the factor analysis. The file is zipped, because it is rather large.

  • sd_meanFactorScores -- standard deviation of the mean factor scores per register.

Scripts and other files

  • mda_factorAnalysis -- r script containing the commands for conducting factor analysis (multi-dimensional analysis) and other statistics as described in the related publication.

  • mda_ggplots -- r script for visualisations

  • texts_by_register -- list of all individual texts (first column) and information on their register (second column). Note that short register labels are used.

Cite as

tba

About

Multidimensional analyses of podcast transcripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages