mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +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; [
|
nltkData = with nltk-data; [
|
||||||
punkt-tab
|
punkt-tab
|
||||||
snowball_data
|
snowball-data
|
||||||
stopwords
|
stopwords
|
||||||
];
|
];
|
||||||
tests = { inherit (nixosTests) paperless; };
|
tests = { inherit (nixosTests) paperless; };
|
||||||
|
|
|
@ -76,7 +76,7 @@ lib.makeScope newScope (self: {
|
||||||
location = "taggers";
|
location = "taggers";
|
||||||
hash = "sha256-tl3Cn2okhBkUtTXvAmFRx72Brez6iTGRdmFTwFmpk3M=";
|
hash = "sha256-tl3Cn2okhBkUtTXvAmFRx72Brez6iTGRdmFTwFmpk3M=";
|
||||||
};
|
};
|
||||||
snowball_data = makeNltkDataPackage {
|
snowball-data = makeNltkDataPackage {
|
||||||
pname = "snowball_data";
|
pname = "snowball_data";
|
||||||
location = "stemmers";
|
location = "stemmers";
|
||||||
hash = "sha256-mNefwOPVJGz9kXV3LV4DuV7FJpNir/Nwg4ujd0CogEk=";
|
hash = "sha256-mNefwOPVJGz9kXV3LV4DuV7FJpNir/Nwg4ujd0CogEk=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue