mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
treewide: nltk-data.snowball_data -> nltk-data.snowball-data
This commit is contained in:
parent
a4c3b3eff2
commit
f2f2eab113
2 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
;
|
||||
nltkData = with nltk-data; [
|
||||
punkt-tab
|
||||
snowball_data
|
||||
snowball-data
|
||||
stopwords
|
||||
];
|
||||
tests = { inherit (nixosTests) paperless; };
|
||||
|
|
|
@ -76,7 +76,7 @@ lib.makeScope newScope (self: {
|
|||
location = "taggers";
|
||||
hash = "sha256-tl3Cn2okhBkUtTXvAmFRx72Brez6iTGRdmFTwFmpk3M=";
|
||||
};
|
||||
snowball_data = makeNltkDataPackage {
|
||||
snowball-data = makeNltkDataPackage {
|
||||
pname = "snowball_data";
|
||||
location = "stemmers";
|
||||
hash = "sha256-mNefwOPVJGz9kXV3LV4DuV7FJpNir/Nwg4ujd0CogEk=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue