mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-15 13:18:58 +00:00
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 ])}" ];`
241 B
241 B