question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Confirmation: avoid NLTK download

See original GitHub issue

Hi Guys,

I try to avoid nltk package downloading. Refer to #635. Can anyone help confirm if this is the right way?

What I did: os.environ['DP_SKIP_NLTK_DOWNLOAD'] = r"C:\Users\kx764qe\Desktop\deep_pavlov\deep_pavlov_model\nltk_data"

In above folder, I have: image

Thanks a lot. Luke

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
yoptarcommented, Dec 5, 2019

But do you have to unzip these packages?

I think you do and in corresponding directories. I’ve never checked though. punkt.zip — in tokenizers, perluniprops.zip — in misc, nonbreaking_prefixes.zip and stopwords.zip — in corpora.

0reactions
luke4ucommented, Mar 3, 2020

closing this issue, as realized this is relevant to NLTK download path.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Confirmation: avoid NLTK download · Issue #1090 - GitHub
Hi Guys, I try to avoid nltk package downloading. Refer to #635. Can anyone help confirm if this is the right way?
Read more >
NLTK download SSL: Certificate verify failed - Stack Overflow
Search 'Install Certificates.command' in the finder and open it. Then do the following steps in the terminal: python3 import nltk nltk.download().
Read more >
Python & NLTK Frequently Asked Questions
Download and install the 32-bit version of Python. It is the top choice labeled "Windows x86 MSI Installer (2.7.8). Avoid the one labeled...
Read more >
Installing NLTK Data
To install the data, first install NLTK (see https://www.nltk.org/install.html), then use NLTK's data downloader as described below. Apart from individual data ...
Read more >
How to Install NLTK on Windows, Mac or Linux | H2kinfosys Blog
Go to the python official website and navigate to the download menu. ... You can confirm it successfully installed by opening the Python...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found