MECOL2W2#
Multilingual Eye-tracking Corpus second language reader second wave
MECOL2W2 dataset [Kuperman 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 [Kuperman 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='MECOL2W2', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()