microsoft / python-in-excel

Python in Microsoft Excel
MIT License
490 stars 31 forks source link

Include nltk assets in conda env #23

Open ncalm opened 10 months ago

ncalm commented 10 months ago

It would be great if we could have the deployed conda environment include useful nltk assets downloaded by default.

e.g. punkt maxent_treebank_pos_tagger average_perceptron_tagger universal_tagset vader_lexicon stopwords maxent_ne_chunker etc

keyur32 commented 10 months ago

thanks for logging this. Marking as 'enhancement' as this is under consideration.

jflam commented 9 months ago

This request is likely in the same bucket as enabling download of arbitrary conda and pip packages as well. The mechanism is likely the same - privileged operations to download the packages or data payloads prior to any user code executing in the environment.