pythonPackages.spacy: 2.1.4 -> 2.1.6
Includes various improvements, including: - Improvements for various languages. - Evaluation metrics per entity type. - Pretraining improvements. Changelogs: https://github.com/explosion/spaCy/releases/tag/v2.1.5 https://github.com/explosion/spaCy/releases/tag/v2.1.6 Also add myself as a maintainer.
This commit is contained in:
parent
3a2c9891e7
commit
4b334cf1d5
@ -25,11 +25,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "spacy";
|
pname = "spacy";
|
||||||
version = "2.1.4";
|
version = "2.1.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "03m4c59aaqpqr2x5yhv7y37z0vxhmmkfi6dv4cbp9nxsq9wv100d";
|
sha256 = "1s0a0vir9lg5q8n832kkadbajb4i4zl20zmdg3g20qlp4mcbn25p";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
@ -72,6 +72,6 @@ buildPythonPackage rec {
|
|||||||
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
|
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
|
||||||
homepage = https://github.com/explosion/spaCy;
|
homepage = https://github.com/explosion/spaCy;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sdll ];
|
maintainers = with maintainers; [ danieldk sdll ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user