Files
nixpkgs/pkgs/development/python-modules/nltk/data-dir.nix
Benjamin Sparks aee430ee47 python3Packages.nltk.dataDir: init
Add helper function to install NLTK data packages like `wordnet` and `punkt-tab`.
Should be used in conjunction with `makeWrapperArgs`,
e.g. `makeWrapperArgs = [ "--set" "NLTK_DATA" "${nltk.dataDir(d: [ d.wordnet d.punkt-tab ])}" ];`
2025-05-24 18:01:01 +02:00

241 B