summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/spacy/annotation-test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python3Packages.spacy_models: 2.3.0 -> 3.0.0Daniël de Kok2021-05-171-5/+5
| | | | Update models for compatibility with spaCy 3.0.0.
* python3Packages.spacy: add passthru testDaniël de Kok2020-08-182-0/+92
I have been using the main example of the spaCy web page for testing updates of spacy (and its transitive dependencies). Let's convert this into a proper test to take out manual testing.