Adriane Boyd

Results 347 comments of Adriane Boyd

Hi, it looks like the pickle issue is coming from `stanza`, not `spacy-stanza`, so there's nothing we can do directly here. If you're not using the vector hooks, you can...

The error makes it look like a `stanza` issue, at least the initial problem. I don't know if it would work if you fixed the unpickleable lambdas, though, or if...

@joakimwar : Please open a new issue with more details.

The issue is the multi-word token expansion of `des` to `de les`, which throws off the character-based entity spans. A spacy `Doc` is only able to represent one layer of...

The `stanza` models are just much slower than the typical `spacy` core models. `spacy-stanza` is just a wrapper that hooks `stanza` into the tokenizer part of the spacy pipeline, so...

I think the easiest option is to use `blis==0.4.1` instead. We could use some better documentation about supported compiler versions. It looks like you'd need gcc 4.9.1+ for this option,...

Please fix CI steps first and address the mypy errors (which are currently printed in the CI but don't cause the step to fail).

You need to merge in `master` and resolve the conflicts for the CI to run again.

Ah, the CI hasn't been updated since it got moved to explosion so it's not working. Let me try to fix it...

That code should have been removed in the merge? It doesn't matter to me if this PR gets rebased, so it might be easier to revert back to before the...