Learning-to-Prune: Exploring the Frontier of Fast and Accurate Parsing
November 30, 2016 ยท View on GitHub
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