10 buildPythonPackage rec {
11 pname = "spacy-pkuseg";
18 pname = "spacy_pkuseg";
19 hash = "sha256-8TFWrE4ERg8aw17f0DbplwTbutGa0KObBsNA+AKinmI=";
22 # Does not seem to have actual tests, but unittest discover
23 # recognizes some non-tests as tests and fails.
26 nativeBuildInputs = [ cython ];
28 propagatedBuildInputs = [ numpy srsly ];
30 pythonImportsCheck = [ "spacy_pkuseg" ];
33 description = "Toolkit for multi-domain Chinese word segmentation (spaCy fork)";
34 homepage = "https://github.com/explosion/spacy-pkuseg";
35 license = licenses.mit;
36 maintainers = with maintainers; [ ];