mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
treewide: nltk-data.averaged_perceptron_tagger -> nltk-data.averaged-perceptron-tagger
This commit is contained in:
parent
198faa882b
commit
00bd671646
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ let
|
|||
|
||||
paths = [
|
||||
nltk-data.punkt
|
||||
nltk-data.averaged_perceptron_tagger
|
||||
nltk-data.averaged-perceptron-tagger
|
||||
];
|
||||
};
|
||||
in
|
||||
|
|
|
@ -66,7 +66,7 @@ lib.makeScope newScope (self: {
|
|||
location = "tokenizers";
|
||||
hash = "sha256-OzMkruoYbFKqzuimOXIpE5lhHz8tmSqOFoLT+fjdTVg=";
|
||||
};
|
||||
averaged_perceptron_tagger = makeNltkDataPackage {
|
||||
averaged-perceptron-tagger = makeNltkDataPackage {
|
||||
pname = "averaged_perceptron_tagger";
|
||||
location = "taggers";
|
||||
hash = "sha256-tl3Cn2okhBkUtTXvAmFRx72Brez6iTGRdmFTwFmpk3M=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue