berkeley-parser-analyser
berkeley-parser-analyser copied to clipboard
A tool for classifying mistakes in the output of parsers
The isinstance stuff in header() seems unnecessarily complicated. Avoid it.
Thanks for the great package. In an effort to make the package easier to use, I'd strongly recommend making it a python package by simply adding a `setup.py` file, which...
``` A (bad) parse containing 2 ROOT labels (in a unary chain) causes a crash and Python stack trace. Yes, this is a strange edge case, but I ran into...
Why are the following parses considered to have different lengths? I'm guessing it has something to do with a punctuation filter. ``` GOLD= (ROOT (S (CC And) (NP (NP (NNS...