nltk_data: add snowball_data

This commit is contained in:
Leona Maroni 2024-01-08 21:04:02 +01:00
parent 7ac72b3ee2
commit 74548117cd
No known key found for this signature in database
GPG Key ID: D5B08ADFC75E3605

View File

@ -48,6 +48,11 @@ lib.makeScope newScope (self: {
location = "taggers";
hash = "sha256-ilTs4HWPUoHxQb4kWEy3wJ6QsE/98+EQya44gtV2inw=";
});
snowball_data = makeNltkDataPackage ({
pname = "snowball_data";
location = "stemmers";
hash = "sha256-Y6LERPtaRbCtWmJCvMAd2xH02xdrevZBFNYvP9N4+3s=";
});
stopwords = makeNltkDataPackage ({
pname = "stopwords";
location = "corpora";