treewide: nltk-data.averaged_perceptron_tagger -> nltk-data.averaged-perceptron-tagger

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

View file

@ -152,7 +152,7 @@ let
paths = [ paths = [
nltk-data.punkt nltk-data.punkt
nltk-data.averaged_perceptron_tagger nltk-data.averaged-perceptron-tagger
]; ];
}; };
in in

View file

@ -66,7 +66,7 @@ lib.makeScope newScope (self: {
location = "tokenizers"; location = "tokenizers";
hash = "sha256-OzMkruoYbFKqzuimOXIpE5lhHz8tmSqOFoLT+fjdTVg="; hash = "sha256-OzMkruoYbFKqzuimOXIpE5lhHz8tmSqOFoLT+fjdTVg=";
}; };
averaged_perceptron_tagger = makeNltkDataPackage { averaged-perceptron-tagger = makeNltkDataPackage {
pname = "averaged_perceptron_tagger"; pname = "averaged_perceptron_tagger";
location = "taggers"; location = "taggers";
hash = "sha256-tl3Cn2okhBkUtTXvAmFRx72Brez6iTGRdmFTwFmpk3M="; hash = "sha256-tl3Cn2okhBkUtTXvAmFRx72Brez6iTGRdmFTwFmpk3M=";