cariola2010

cariola2010#

Cariola, 2010, unpublished paper Assessing the latent linguistic structure of oral dream narratives url: https://www.research.ed.ac.uk/en/publications/assessing-the-latent-linguistic-structure-of-oral-dream-narrative

Zenodo deposit: 10.5281/zenodo.11301890

Available tables#

  • table1 — Descriptive statistics of linguistic variables in orally elicited dream narratives.

Preview#

import extracts

df = extracts.fetch_cariola2010("table1")
df.head()
Downloading file 'table1.tsv' from 'doi:10.5281/zenodo.11301890/table1.tsv' to '/home/runner/.cache/extracts/cariola2010'.
Maximum Minimum Mean SD
Linguistic processes
Word count 46.00 646.00 216.26 116.31
1st person singular pronouns 8.84 8.89 8.84 3.23
3rd person singular pronouns 1.26 0.34 1.26 1.86
Past tense 8.88 9.74 8.88 3.81
Present tense 5.78 5.38 5.78 3.29
df.shape
(18, 4)

Versions#

from extracts._common import DATASETS

DATASETS["cariola2010"]
{'latest': '11301890', 'v1': '11301891', 'v2': '11356829'}