13 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-X0mqFPdCo0/sTexv4bi4bND7LFHOJvlOPH6tB39ybZY=";
29 optional-dependencies = {
41 pythonImportsCheck = [ "simplemma" ];
44 description = "Simple multilingual lemmatizer for Python, especially useful for speed and efficiency";
45 homepage = "https://github.com/adbar/simplemma";
46 license = lib.licenses.mit;