Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 557 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 557 Bytes

Phonotactic Language Model

This repo contains code for training and evaluation phonotactic language models for a final project for Linguistics 215 at Harvard: "Analyzing Phonological Surfeit of the Stimulus in Neural Models".

Most of the core model code is forked from the Phonotactic_LM repo by Mayer and Nelson (2020). Most of my contributions come in model fine-tuning in src/fine_tune.py and data pre-processing of the wug data as described in my paper.