10 buildPythonPackage rec {
11 pname = "sentence-splitter";
13 format = "setuptools";
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
19 repo = "sentence-splitter";
21 hash = "sha256-FxRi8fhKB9++lCTFpCAug0fxjkSVTKChLY84vkshR34=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [
37 description = "Text to sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder";
38 homepage = "https://github.com/mediacloud/sentence-splitter";
39 license = licenses.lgpl3Plus;
40 maintainers = with maintainers; [ ];