Confirmation: avoid NLTK download
See original GitHub issueHi 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:
Thanks a lot. Luke
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think you do and in corresponding directories. I’ve never checked though.
punkt.zip
— intokenizers
,perluniprops.zip
— inmisc
,nonbreaking_prefixes.zip
andstopwords.zip
— incorpora
.closing this issue, as realized this is relevant to NLTK download path.