This package implements the model of syntactic bootstrapping described in White, Hacquard, & Lidz 2017. This model is a modification of two other models: one described in White 2015 and one described in White & Rawlins 2016. The data found in bin/data/gleason_data.csv was extracted based on an algorithm described in White, Resnik, Hacquard, & Lidz under review.
To install, simply use pip.
sudo pip install git+git://github.com/aaronstevenwhite/MainClauseModel.gitYou can also clone and use the included setup.py.
git clone https://github.com/aaronstevenwhite/MainClauseModel
cd MainClauseModel
python setup.py install