mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +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 = [
|
paths = [
|
||||||
nltk-data.punkt
|
nltk-data.punkt
|
||||||
nltk-data.averaged_perceptron_tagger
|
nltk-data.averaged-perceptron-tagger
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
@ -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=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue