11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-TyNHSxwnmvbGBfhOeHPofEfKWLDFOKP50w2QxgnJ/SE=";
21 propagatedBuildInputs = [
29 # TODO: remove when gensim usage will be fixed in `navec`.
30 disabledTests = [ "test_gensim" ];
31 pythonImportsCheck = [ "navec" ];
34 description = "Compact high quality word embeddings for Russian language";
35 mainProgram = "navec-train";
36 homepage = "https://github.com/natasha/navec";
37 license = licenses.mit;
38 maintainers = with maintainers; [ npatsakula ];