/learning-to-prune

Learning to Prune: Exploring the Frontier of Fast and Accurate Parsing

Primary LanguagePython

Learning-to-Prune: Exploring the Frontier of Fast and Accurate Parsing

Learning pruning heurstics for constituency parsing on English.

To install

$ pip install -e .

Copy data (or create a symlink) to the root of the Penn Treebank at data/LDC99T42.

Run tests

$ make tests