Aoife Cahill
Aoife Cahill
python-zpar is no longer being actively maintained so we should try and find an alternative dependency, e.g. https://demo.allennlp.org/constituency-parsing Or if constituencies are not actually needed, the spacy dep parser or...
When you specify a new `predict` method for a custom learner, the interaction with the skll `Learner` method of the same name is unclear. For example, the `Learner predict` method...
The mord package provides some options: https://pythonhosted.org/mord/
It would be great to have the option to convert all NaN feature values to 0 (though fine to not have it be the default). We could show a warning...
https://pypi.python.org/pypi/thriftpy Seems more active and easier to use and doesn't require compiling a bunch of stuff. (assuming it's fully compatible)
Is it possible to return a score from the parser for the parse (at least in the constituent parser)?