MECOL1W2#

Multilingual Eye-tracking Corpus native reader second wave

MECOL1W2 dataset [Siegelman et al., 2025].

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., 2025].

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='MECOL1W2', path='path/to/your/data/directory')

# Download the dataset and extract all archives.
dataset.download()

# Load the dataset into memory for processing
dataset.load()