Results 32 comments of Richard Hudson

Thanks @nimbusaeta, this will be great to have! There are a few more verb forms that behave in the same way; it would be great if you could add rules...

Hi @nimbusaeta, thanks for your commit. I've also added the third-person plural present subjunctive forms. Could you please check you agree these are linguistically correct, and if you're happy with...

> One more thing I was realising is that this change does introduce a potential for breaking compatibility: when users create a .yml with this parallelization for a new version...

I've investigated the various ways of parallelising commands and [documented the results with code snippets](https://github.com/richardpaulhudson/spacy_projects_multiprocessing). if you follow the argumentation there, the current architecture with multiprocessing queues represents the most...

Thanks for your very timely feedback @rmitsch! > Output to be displayed in the console could also be stored in a queue though - while it's not "real-time", at least...

This is generally an excellent idea, although I'm not sure about the `Status` column as this is log output rather than an interactive GUI. I'm not sure it's really necessary...

> Yeah, it would have to be updated in-place `tqdm`-style - or re-printed every x seconds Printing it `tqdm` style would be great from a usability point of view —...

> Actually, does it even make sense to (messily) log to `stdout` if we log to file and have a status indicator on `stdout`? Hmm, I see what you mean....

> Configuring this would require changes to the syntax, not sure that's worth it. The PR already introduces changes to the projects file syntax. I don't think more are a...