Results 32 comments of Richard Hudson

Thanks for letting us know about this, I'll have a look at fixing it.

Oh yes, sorry, hadn't seen that!

An alternative to waiting for 3.6 support to be dropped before implementing the tests would be to decorate them with ``` @pytest.mark.skipif(sys.version_info < (3, 7), reason="test tooling requires python3.7 or...

Hi @pietermarsman, thank you for the review and sorry for not responding sooner — I've changed employers in the meantime and there seem to be issues with where my GitHub...

Sorry it's taken me so long to get back to this :-) > Can you add tests showing this works. Ideally you would use the simple1.pdf for this. I can...

It's hard to say looking at the log what the problem might be. Have you tried working in a fresh virtual environment (see https://spacy.io/usage for an example)? Failing that, the...

We make both spaCy and Coreferee models available via Github and avoid uploading them to package managers like `pip` and `conda`, mainly because package managers are primarily designed to handle...