Paul O'Leary McCann
Paul O'Leary McCann
Hey, I was the guy who was confused. If there's another way to add bots I'd be glad to know it.
Thanks for the suggestion, that's a good idea. There's no specific reason it's not in the constructor, but the internal attributes were added as-needed while development was active. Since they...
After finding #193 and generally having issues with this script, I started using the Wikipedia Cirrus dumps instead and would recommend anyone else do the same if possible. They have...
Would be great to have a new maintainer for this :heart:
OK, we definitely shouldn't use this if pip is adding a flag with the same name. Since pip has a lot of options it seems like the only safe option...
What if we had commands like `spacy pipelines url` and `spacy pipelines list` or something? `list` giving the full list and `url` giving the url of the listed (maybe one...
OK, I have updated this to support this syntax: ``` spacy info en_core_web_sm --url ``` Initially I had this work like other info commands and print a table by default,...
> The no-internet error is pretty ugly here, especially since it's not that clear to users that it's going to need internet access to provide the URL. I don't think...
I just pushed a change to add output for `spacy info [pipeline] --requirements`. The code is a bit messy because there are two output formats here. This is the one...
Just to clarify the state of this a bit, what I think we should do now is: 1. leave `--requirements` for a separate PR 2. output just the URL, without...