Paul O'Leary McCann

Results 50 issues of Paul O'Leary McCann

Since the location of the data is fixed and predictable, updates should be automatic. Releases can stil be manual until the process is confirmed to work.

This is a continuation of https://github.com/explosion/spaCy/pull/7264, since we decided to add the coref components here first. It's still a work in progress.

enhancement

Great site! One thing you might want to mention is the ability to read feeds by email, so you don't need a new app, you can just use your current...

## Description This PR includes just the docs written in #7264, which now cover the components in https://github.com/explosion/spacy-experimental/pull/17. #7264 can be closed in favor of this PR. This should not...

docs
feat / coref

## Description The way we parse commands from the project file before running them on Windows with shlex is incorrect. The practical effect of this is that quoting that should...

bug
windows
feat / cli
projects

I noticed you don't have wheels for aarch64 for Linux. Do you have any plans to release such wheels? Github Actions supports this architecture, so it looks like you can...

Hello, I'm a spaCy core developer. Thank you for creating and maintaining this package. I was recently updating the example docs for this package in the Universe (https://github.com/explosion/spaCy/pull/11593), and looking...

Thanks for providing implementations of these metrics! Would you consider publishing this code on PyPI so that other projects can specify it as a dependency with versioning? Since you have...

Adds feature that came up in #38 in order to tell apart tokens that come from foreign lemmas.

## Description This continues work started in https://github.com/explosion/projects/pull/147, which provides features for automatically manipulating pipelines and configs. The functions included are: - merge: combine components from two pipelines and handle...

enhancement
feat / pipeline
feat / cli
feat / config