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

parseIt should error if input doesn't get SGML-ish input #43

Open dmcc opened 8 years ago

dmcc commented 8 years ago

If the input text doesn't start with <s it is silently ignored. This should be an error.