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

nltk package error warning in new version #3833

Open
AnilKumarChauhan2021 opened this issue Dec 16, 2024 · 1 comment
Open

nltk package error warning in new version #3833

AnilKumarChauhan2021 opened this issue Dec 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AnilKumarChauhan2021
Copy link

Describe the bug
After updating latest version we started seeing

[nltk_data] [Errno 2] No such file or directory: '/root/nltk_data/tagg
[nltk_data] ers/averaged_perceptron_tagger_eng.zip'

Although the process is still getting completed. Before updating to latest version, Suddenly we started facing : HTTP Error 403: Forbidden

As mentioned #3826 to use latest version we started seeing nltk error warning.

Expected behavior
Error should be fixed

Screenshots
Capture

@AnilKumarChauhan2021 AnilKumarChauhan2021 added the bug Something isn't working label Dec 16, 2024
@kaushikacharya
Copy link

You need to install the Part-of-Speech tagger:

nltk.download("averaged_perceptron_tagger_eng")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants