MECOL2W1#

Multilingual Eye-tracking Corpus second language reader first wave

MECOL2W1 dataset [Kuperman et al., 2023].

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

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

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

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