Skip to content
New issue

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

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

Open
kabilrb opened this issue Jun 7, 2022 · 1 comment
Open

Comments

@kabilrb
Copy link

kabilrb commented Jun 7, 2022

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:
�[31m>>> import nltk

nltk.download('stopwords')
�[0m
For more information see: https://www.nltk.org/data.html
Attempted to load �[93mcorpora/stopwords�[0m
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
Copy link

This helped me

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants