Error loading XXXX: http Error 404: not found
XXXX can be WordNet or nltk_ Any package in data
Solution:
-
- 1. local download
Find the package you need → copy the corresponding address → download → unzip to “your nltk_data path \nltk_data\corpora”
For example: “wordnet_ic” “https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/corpora/ wordnet_ic.zip”<package id="wordnet_ic" name="WordNet-InfoContent" version="3.0" webpage="http://wn-similarity.sourceforge.net" unzip="1" unzipped_size="34220359" size="12056682" checksum="25f0185b31693fa11ea898e4feda528c" subdir="corpora" url="https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/corpora/wordnet_ic.zip" />
2. Unzip directly
when we install nltk, XXX.Zip will be included in “your nltk_data path\nltk_data\corpora”. We can first search to see if the package you need exists in the corpora directory. If so, just unzip it directly. Easy.
Read More:
- Python error: urllib.error.HTTPError : http Error 404: not found
- python chatterbot [nltk_data] Error loading stopwords: <urlopen error [Errno 11004]
- [Solved] Conda install Error: An HTTP error occurred when trying to retrieve this URL. HTTP errors are often…
- [Solved] Decision tree error: Graphviz’s executables not found
- [Solved] DLL load failed while importing _sqlite3: the specified module could not be found.
- [Solved] HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/saved_model
- TensorFlow Install Error: Could not load dynamic library ‘*****.dll‘; dlerror: ********.dll not found
- [Solved] gyp verb `which` failed Error: not found: python2
- [Mac Pro M1] Python3.9 import cv2 Error: Reason: image not found
- Pytorch Loading model error: RuntimeError: Error(s) in loading state_dict for Model: Missing key(s) in state_dict
- [Solved] R Error: Python module tensorflow.keras was not found.
- [Solved] Pdfplumber Read PDF Sheet Error: AttributeError: function/symbol ‘ARC4_stream_init‘ not found in library
- The anaconda-navigator interface cannot be started, loading application, report ERROR download_api._get_url error
- Import win32API; importerror: DLL load failed: the specified program was not found
- [Solved] librosa Install Error: ImportError: DLL load failed: Could Not Found
- [Solved] Connection Error: couldn‘t reach http://raw.githubusercontent.com/huggingface/…
- ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.
- import statsmodels.api as sm Error: ImportError: DLL load failed while importing _arpack: The specified program could not be found.
- AttributeError: lower not found (NLP extracted tfidf features)
- When sending HTTP request, python encountered: error 54, ‘connection reset by peer’ solution