Katie Schuler, Charles Yang, & Elissa Newport
This repository contains the experiment files (experiments
directory), data, and analysis (both in analysis
directory) for our manuscript "Testing the Tolerance Principle: Children form productive rules when it is more computationally efficient", submitted to the Journal of Memory and Language on March 29, 2021.
You can clone this repository and start the project's analysis container to run the analysis. The only prerequisite is Docker Desktop.
git clone https://github.com/pennchildlanglab/tolerance-principle-project.git
docker-compose up -d --build
When the container is running, the analysis will be available at http://localhost:8989 (token = password). Files in the analysis
directory are mapped to the work
folder inside the container. When you've finished, you can stop the containers with:
docker-compose down