treewide: nltk-data.punkt_tab -> nltk-data.punkt-tab

This commit is contained in:
Benjamin Sparks
2025-05-23 01:24:26 +02:00
parent ac0ddf0cb2
commit 198faa882b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ python.pkgs.buildPythonApplication rec {
tesseract5
;
nltkData = with nltk-data; [
punkt_tab
punkt-tab
snowball_data
stopwords
];
@@ -125,7 +125,7 @@ let
aider-nltk-data = symlinkJoin {
name = "aider-nltk-data";
paths = [
nltk-data.punkt_tab
nltk-data.punkt-tab
nltk-data.stopwords
];
};
@@ -24,7 +24,7 @@ let
name = "nltk-test-data";
paths = [
nltk-data.punkt
nltk-data.punkt_tab
nltk-data.punkt-tab
nltk-data.stopwords
];
};
+1 -1
View File
@@ -61,7 +61,7 @@ lib.makeScope newScope (self: {
location = "tokenizers";
hash = "sha256-OzMkruoYbFKqzuimOXIpE5lhHz8tmSqOFoLT+fjdTVg=";
};
punkt_tab = makeNltkDataPackage {
punkt-tab = makeNltkDataPackage {
pname = "punkt_tab";
location = "tokenizers";
hash = "sha256-OzMkruoYbFKqzuimOXIpE5lhHz8tmSqOFoLT+fjdTVg=";