MECOL1W1#
Multilingual Eye-tracking Corpus native reader first wave
MECOL1W1 dataset [Siegelman et al., 2022].
This dataset includes eye tracking data from several participants in a single session. The participants read several paragraphs of texts. The participant is instructed to read texts and answer questions. Check the respective paper for details [Siegelman et al., 2022].
How to Download#
import pymovements as pm
# Initialize the dataset object with its name
# Specify your local directory for saving and loading data
dataset = pm.Dataset(name='MECOL1W1', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()