berkeley-parser-analyser icon indicating copy to clipboard operation
berkeley-parser-analyser copied to clipboard

A tool for classifying mistakes in the output of parsers

Results 4 berkeley-parser-analyser issues
Sort by recently updated
recently updated
newest added

The isinstance stuff in header() seems unnecessarily complicated. Avoid it.

enhancement

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...

enhancement

``` 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...

bug

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...

bug