2018-04-07 07:48:02 -07:00
|
|
|
{ lib
|
2017-05-15 03:09:39 -07:00
|
|
|
, buildPythonPackage
|
2020-08-18 10:38:43 -07:00
|
|
|
, callPackage
|
2017-05-15 03:09:39 -07:00
|
|
|
, fetchPypi
|
2018-04-07 07:48:02 -07:00
|
|
|
, pythonOlder
|
2017-11-09 03:26:09 -08:00
|
|
|
, pytest
|
2020-03-13 07:40:50 -07:00
|
|
|
, blis
|
|
|
|
, catalogue
|
|
|
|
, cymem
|
|
|
|
, jsonschema
|
2017-05-15 03:09:39 -07:00
|
|
|
, murmurhash
|
2020-03-13 07:40:50 -07:00
|
|
|
, numpy
|
|
|
|
, pathlib
|
2017-05-15 03:09:39 -07:00
|
|
|
, plac
|
2020-03-13 07:40:50 -07:00
|
|
|
, preshed
|
2017-05-15 03:09:39 -07:00
|
|
|
, requests
|
2020-03-13 07:40:50 -07:00
|
|
|
, setuptools
|
|
|
|
, srsly
|
2017-05-15 03:09:39 -07:00
|
|
|
, thinc
|
2019-05-11 06:31:31 -07:00
|
|
|
, wasabi
|
2017-05-15 03:09:39 -07:00
|
|
|
}:
|
|
|
|
|
2018-01-01 02:56:00 -08:00
|
|
|
buildPythonPackage rec {
|
2017-11-09 03:26:09 -08:00
|
|
|
pname = "spacy";
|
2020-07-13 21:50:26 -07:00
|
|
|
version = "2.3.2";
|
2017-05-15 03:09:39 -07:00
|
|
|
|
2018-03-13 16:02:00 -07:00
|
|
|
src = fetchPypi {
|
|
|
|
inherit pname version;
|
2020-07-13 21:50:26 -07:00
|
|
|
sha256 = "07zf7kivj4r1n6xwisld7n90bpi095bqbc9xpv668grq1rpf53c1";
|
2017-11-09 03:26:09 -08:00
|
|
|
};
|
2017-05-15 03:09:39 -07:00
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
2020-03-13 07:40:50 -07:00
|
|
|
blis
|
|
|
|
catalogue
|
2018-04-07 07:48:02 -07:00
|
|
|
cymem
|
2020-03-13 07:40:50 -07:00
|
|
|
jsonschema
|
|
|
|
murmurhash
|
|
|
|
numpy
|
2018-04-07 07:48:02 -07:00
|
|
|
plac
|
2020-03-13 07:40:50 -07:00
|
|
|
preshed
|
2018-04-07 07:48:02 -07:00
|
|
|
requests
|
2019-09-29 01:00:01 -07:00
|
|
|
setuptools
|
2020-03-13 07:40:50 -07:00
|
|
|
srsly
|
|
|
|
thinc
|
|
|
|
wasabi
|
2018-04-07 07:48:02 -07:00
|
|
|
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
2018-03-13 16:02:00 -07:00
|
|
|
|
|
|
|
checkInputs = [
|
|
|
|
pytest
|
2017-05-15 03:09:39 -07:00
|
|
|
];
|
|
|
|
|
|
|
|
doCheck = false;
|
|
|
|
# checkPhase = ''
|
|
|
|
# ${python.interpreter} -m pytest spacy/tests --vectors --models --slow
|
2017-11-09 03:26:09 -08:00
|
|
|
# '';
|
|
|
|
|
2020-05-27 06:33:24 -07:00
|
|
|
postPatch = ''
|
2020-06-20 02:26:36 -07:00
|
|
|
substituteInPlace setup.cfg \
|
2020-08-17 05:51:15 -07:00
|
|
|
--replace "blis>=0.4.0,<0.5.0" "blis>=0.4.0,<1.0" \
|
2020-06-20 02:26:36 -07:00
|
|
|
--replace "catalogue>=0.0.7,<1.1.0" "catalogue>=0.0.7,<3.0" \
|
|
|
|
--replace "plac>=0.9.6,<1.2.0" "plac>=0.9.6,<2.0" \
|
|
|
|
--replace "srsly>=1.0.2,<1.1.0" "srsly>=1.0.2,<3.0" \
|
|
|
|
--replace "thinc==7.4.1" "thinc>=7.4.1,<8"
|
2020-05-27 06:33:24 -07:00
|
|
|
'';
|
|
|
|
|
2020-06-20 02:26:36 -07:00
|
|
|
pythonImportsCheck = [ "spacy" ];
|
|
|
|
|
2020-08-18 10:38:43 -07:00
|
|
|
passthru.tests = callPackage ./annotation-test {};
|
|
|
|
|
2018-04-07 07:48:02 -07:00
|
|
|
meta = with lib; {
|
2017-05-15 03:09:39 -07:00
|
|
|
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
|
2020-03-31 18:11:51 -07:00
|
|
|
homepage = "https://github.com/explosion/spaCy";
|
2017-05-15 03:09:39 -07:00
|
|
|
license = licenses.mit;
|
2019-07-16 00:31:28 -07:00
|
|
|
maintainers = with maintainers; [ danieldk sdll ];
|
2020-06-16 08:26:11 -07:00
|
|
|
};
|
2017-05-15 03:09:39 -07:00
|
|
|
}
|