We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You need to install the Part-of-Speech tagger:
nltk.download("averaged_perceptron_tagger_eng")
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: