OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
773 stars 394 forks source link

Resume parser is not working while trying to use in ubuntu server #67

Open kabilrb opened 2 years ago

kabilrb commented 2 years ago

We have successfully installed the pyresparser package, but when we tried to import it nltk error is occuring. Please use the NLTK Downloader to obtain the resource: >>> import nltk

nltk.download('stopwords')  For more information see: https://www.nltk.org/data.html Attempted to load corpora/stopwords Searched in:

  • '/home/sbx_user1051/nltk_data'
  • '/var/lang/nltk_data'
  • '/var/lang/share/nltk_data'
  • '/var/lang/lib/nltk_data'
  • '/usr/share/nltk_data'
  • '/usr/local/share/nltk_data'
  • '/usr/lib/nltk_data'
  • '/usr/local/lib/nltk_data'
  • '/root/nltk_data'
Arpan-Kreeti commented 1 year ago

This helped me

$ pip install --upgrade nltk
$ python3
>>> import nltk
>>> nltk.download('popular')