8 , scikitlearn, testfixtures, unittest2
12 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "0rx37vnjspjl45v7bj123xwsjfgbwv91v8zpqpli8lgpf42xnskq";
22 propagatedBuildInputs = [ smart_open numpy six scipy ];
24 checkInputs = [ scikitlearn testfixtures unittest2 ];
28 # ERROR: testAddMorphemesToEmbeddings (gensim.test.test_varembed_wrapper.TestVarembed)
29 # ImportError: Could not import morfessor.
30 # This package is not in nix
32 # ERROR: testWmdistance (gensim.test.test_fasttext_wrapper.TestFastText)
33 # ImportError: Please install pyemd Python package to compute WMD.
34 # This package is not in nix
38 description = "Topic-modelling library";
39 homepage = "https://radimrehurek.com/gensim/";
40 license = lib.licenses.lgpl21;
41 maintainers = with lib.maintainers; [ jyp ];