NLTK dependency data not available, How to download
Posted almost 7 years ago by degangej
Post a topicPeople who like this
Delete Comment
This post will be deleted permanently. Are you sure?
Code Snippet
Html
Html
Css
JavaScript
Sass
Xml
Ruby
PHP
Java
C#
C++
ObjectiveC
Perl
Python
VB
SQL
Generic Language
I used NLTK package in spider pipeline file. However, the NLTK dependency data is not downloaded in scrapinghub cloud. In local python, we just use nltk.download() to download them. Any way to download the NLTK data on scrapinghub? I paste the processing error as below.
0 Votes
2 Comments
Juan Idrobo posted over 5 years ago
Hi, I have the same problem, the error output is :
I am using requirements.txt
Where to put this command to install this nltkmodule??
0 Votes
jwaterschoot posted almost 7 years ago
How are you deploying? With a requirements.txt file or did you make your own Docker image containing this data?
0 Votes
Login to post a comment