11 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "1gzr56w8yx82mn08wax5m0xyg15ym4ri5l80gmagp8r53443j770";
22 propagatedBuildInputs = [ click six tqdm joblib ];
24 checkInputs = [ pytest ];
25 # ignore tests which call to remote host
27 pytest -k 'not truecase'
31 homepage = "https://github.com/alvations/sacremoses";
32 description = "Python port of Moses tokenizer, truecaser and normalizer";
33 license = licenses.lgpl21Plus;
34 platforms = platforms.unix;
35 maintainers = with maintainers; [ pashashocky ];