dsp-uga / andromeda

This repository contains a Naive Bayes classifier implemented on document classification which is completed on CSCI 8360, Data Science Practicum at the University of Georgia, Spring 2018.
MIT License
4 stars 1 forks source link

[GCP] Resource wordnet not found. #36

Closed nihalsoans91 closed 6 years ago

nihalsoans91 commented 6 years ago

Resource wordnet not found. Please use the NLTK Downloader to obtain the resource:

import nltk nltk.download('wordnet')

Searched in:

nihalsoans91 commented 6 years ago

Copied the nltk data to /home using sudo cp -r nltk_data /home/

Make sure you do it on all workers and drivers

nihalsoans91 commented 6 years ago

Looked like it worked but no. Re-Opening the Issue

nihalsoans91 commented 6 years ago

Closing issue the solution is above

nihalsoans91 commented 6 years ago

Recommended sudo cp -r nltk_data /usr/share/nltk_data