Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Great book. Unfortunatelly when trying to process the first cell of ch09 at google colab, the following error emerges: You are working on Google Colab. Files will be downloaded to "/content". Downloading required files ... !wget -P /content https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/settings.py !wget -P /content/data/travel-forum-threads https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/data/travel-forum-threads/travel_threads.csv.gz !wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/what-is-5g-and-who-are-the-major-players-idUSKCN1GR1IN.html !wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/predicting-the-next-u-s-recession-idUSKCN1V31JE.html !wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/acl2017.tex !wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/requirements.txt !wget -P /content/packages/blueprints https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/packages/blueprints/preparation.py
Additional setup ... !pip install -r ch09/requirements.txt --> ERROR !python -m spacy download en !python -m nltk.downloader punkt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Great book.
Unfortunatelly when trying to process the first cell of ch09 at google colab, the following error emerges:
You are working on Google Colab.
Files will be downloaded to "/content".
Downloading required files ...
!wget -P /content https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/settings.py
!wget -P /content/data/travel-forum-threads https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/data/travel-forum-threads/travel_threads.csv.gz
!wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/what-is-5g-and-who-are-the-major-players-idUSKCN1GR1IN.html
!wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/predicting-the-next-u-s-recession-idUSKCN1V31JE.html
!wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/acl2017.tex
!wget -P /content/ch09 https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/ch09/requirements.txt
!wget -P /content/packages/blueprints https://github.com/blueprints-for-text-analytics-python/blueprints-text/raw/master/packages/blueprints/preparation.py
Additional setup ...
!pip install -r ch09/requirements.txt
--> ERROR
!python -m spacy download en
!python -m nltk.downloader punkt
The text was updated successfully, but these errors were encountered: