Adriane Boyd

Results 345 comments of Adriane Boyd

I'm trying to think if there's a better way to define/manage the `PYDANTIC_V2` setting so that it doesn't lead to so many typing errors...

We'd be interested to hear how you're currently using `spacy-ray`? It's currently definitely more on the end of work-in-progress than a stable integration, and we haven't had a lot of...

Hi @KoichiYasuoka, yes, please switch to `spacy-alignments` instead of `pytokenizations`. The most recent release v0.9.1 supports python 3.7-3.12.

- If you delete multiple arcs at once, undo redoes them all with the label of one (it seems to choose the label of the rightmost one) - In some...

Sometimes it works, though, and I can't figure out the exact difference between cases where it works and cases where it doesn't.

Thanks for the PR! We think we understand where the underlying problem is, but we need to look into the details a bit more to make sure that we have...

Checking versions for python 3.7+ is annoying due to the lack of `importlib.metadata` in python 3.7. If you switch this to python 3.8+ you can use `importlib.metadata` instead. For python...

Most of the default sources are chosen because they're available for most of the languages that we would currently provide vectors for, but suggestions for language-specific sources would be welcome!...

(This sourcery thing seems noisier and less capable than a linter.)

I kind of disagree, because I think it's more reasonable to have it available as a comparison for classification tasks that have a sensible random baseline. I think it would...