BLLIP / bllip-parser

BLLIP reranking parser (also known as Charniak-Johnson parser, Charniak parser, Brown reranking parser) See http://pypi.python.org/pypi/bllipparser/ for Python module.
http://bllip.cs.brown.edu/
227 stars 53 forks source link

Model files shouldn't be distributed in the repository #4

Open dmcc opened 12 years ago

dmcc commented 12 years ago

Instead, the Makefile should download them from a website. It should run a script which would give you options for downloading the WSJ English model, the self-trained newswire model, the self-trained biomedical model, and possibly the best AnyDomain parsing models. It should handle reranker models as well.

dmcc commented 12 years ago

Also, we should stop distributing models that use the AUX tag.