9 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "bbc47dad03dddb1ba5895612fdfa1e43cfb3c497534976cebacd4f3684b505b4";
19 propagatedBuildInputs = [ quantities numpy ];
21 # strange setuptools error (can not import semantic.test)
25 description = "Common Natural Language Processing Tasks for Python";
26 homepage = "https://github.com/crm416/semantic";
27 license = licenses.mit;