Richard Hudson
Richard Hudson
## Description Enable the specification of a group of commands within a spaCy project workflow that are to be executed in parallel. ### Features 1. Each spaCy projects command is...
## Description This will add three visualisations of information from parsed documents: - a table with rows for consecutive tokens in the document; columns are feature values and/or dependency trees...
**Pull request** Fix https://github.com/pdfminer/pdfminer.six/issues/650 Fix https://github.com/pdfminer/pdfminer.six/issues/265 Where text is being extracted from a variety of types of PDF within a business process, those PDFs where the text is only present...
Where text is being extracted from a variety of types of PDF within a business process, those PDFs where the text is only present in image form will need to...
## Description The existing version of `Doc.__init__()` changes `sent_starts` and `ents` lists passed as parameters. This PR removes these side effects. Closes [#11499.](https://github.com/explosion/spaCy/issues/11499) ### Types of change Bugfix ## Checklist...
**Describe the bug** First, thanks for this wonderful library! I'm experiencing some very strange behaviour which I hope somebody can shed some light on. The keys do not behave as...