Paul O'Leary McCann
Paul O'Leary McCann
It needs more testing, but I added an attempt at basic rewriting on Windows. This solution 1. does not include any special code for parsing or joining Windows commands 2....
OK, I have tested this on Windows using a Python executable with a space in the path and I think it should be fine. I have still not been able...
Given this command: ``` python -m spacy download 'en_core_web_sm' ``` An error like this: ``` ✘ No compatible package found for ''en_core_web_sm'' (spaCy v3.4.1) ``` is expected behavior, because by...
> I think it would be okay to redefine the experimental tag to mean spacy-experimental, but we should then keep it that way in the future rather than trying to...
How about we: 1. use `experimental` for both `spacy-experimental` and experimental features in core 2. make a point of using warning infoboxes or other techniques to signpost things in `spacy-experimental`?...
I'll put this in draft state until https://github.com/explosion/spacy-experimental/pull/17 has been merged.
Test failure here is due to https://github.com/python/mypy/issues/13627. Since this PR contains no code, only docs, it should be safe to ignore.
It looks like this hadn't actually been updated to make sure the sample code worked since the implementation moved to `spacy-experimental`, but that should be taken care of now.
Thanks for pointing this out, this does look like a bug in the lemmatizer, and seems to also affect Catalan. I've opened a PR with a fix at #11382. About...
Regarding the POS tag issues, I haven't looked at that in detail yet, but keeping in mind #3052, is this a degradation from a previous version, or is it plausible...