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...

Github isn't showing the file properly, so to be clear, I changed this line: SYMBOL,1283,1283,17585,名詞,サ変接続,*,*,*,*,* to this: SYMBOL,1283,1283,17585,記号,一般,*,*,*,*,* The previous setting makes no sense and has confused many people. I...

Minor error, but the maximum length of unks is one greater than the number reported or specified with the `-M` flag. So by default it's 25 characters, even though help...

If you try to intialize a Tagger object with an output format that doesn't exist (like `-Oasdf`) then initialization will fail. On the command line this prints a reasonable error...

Current behavior is that if `output-format-type` is set `node-format` is ignored. This includes the case where `output-format-type` is set in a config file, so if your config file sets a...

## 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...