mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nltk-data: add stopwords
This commit is contained in:
parent
5e08b59977
commit
6187c4ded1
1 changed files with 5 additions and 0 deletions
|
@ -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=";
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue