nltk-data: add stopwords

This commit is contained in:
Maksym Balatsko 2023-09-19 10:06:06 -07:00 committed by Yt
parent 5e08b59977
commit 6187c4ded1

View file

@ -48,4 +48,9 @@ lib.makeScope newScope (self: {
location = "taggers";
hash = "sha256-ilTs4HWPUoHxQb4kWEy3wJ6QsE/98+EQya44gtV2inw=";
});
stopwords = makeNltkDataPackage ({
pname = "stopwords";
location = "corpora";
hash = "sha256-Rj1jnt6IDEmBbSIHHueyEvPmdE4EZ6/bJ3qehniebbk=";
});
})