Paul O'Leary McCann

Results 233 comments of Paul O'Leary McCann

Thanks for the extra detail! Sorry it's taking us a while to get to this - we haven't forgotten about it.

Related to this, some projects (the `tagger_parser` ones in `pipelines`) remove directories that were checked out git repos using `rm -rf`, but this fails in Windows because some of the...

I managed to track down the source of this problem. In the backprop in `HashEmbed` we use `cupyx.scatter_add`, which is non-deterministic. So this affects anything that uses a tok2vec layer....

Note that it's a little more work that simple lookaround, but you should be able to do this with the match alignments in https://github.com/explosion/spaCy/pull/7321.

For reference, here's a screenshot from Chrome on Linux. ![2021-05-24T17-54-31](https://user-images.githubusercontent.com/286278/119322986-2d4e2600-bcb9-11eb-8359-e2273ab8aca3.png) Given that time has passed and there's been no expansion of support it seems unlikely this will be supported in...

OK, I believe the issues with this project file specifically have been sorted out. The issues with the old coref scripts have been resolved by putting them in [their own...

At this point, building a full pipeline with the `feature/coref` branch of spaCy works, and should be possible for anyone with OntoNotes.

This is now based on https://github.com/explosion/spacy-experimental/pull/17 instead of the previous coref PR.

Test failures were due to speed tests on other components, I expect they will be resolved by merge. To clarify how to run this PR, you should install vanilla spaCy...

Thanks for the feedback! I think I have fixed most of what you pointed out. > Also maybe torch as a requirement somehow? And spacy-transformers. I specified `spacy-transformers` as a...