treewide: nltk-data.snowball_data -> nltk-data.snowball-data

This commit is contained in:
Benjamin Sparks 2025-05-21 23:21:19 +02:00
parent a4c3b3eff2
commit f2f2eab113
2 changed files with 2 additions and 2 deletions

View file

@ -314,7 +314,7 @@ python.pkgs.buildPythonApplication rec {
;
nltkData = with nltk-data; [
punkt-tab
snowball_data
snowball-data
stopwords
];
tests = { inherit (nixosTests) paperless; };

View file

@ -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=";