Open
Description
I searched in web and I found the solution. I want to share it. Instead of just put “nltk.download()”, try:
import nltk
import ssl
try:
_create_unverified_https_context = ssl._create_unverified_context
except AttributeError:
pass
else:
ssl._create_default_https_context = _create_unverified_https_context
nltk.download()
Hence, will open a windows to choose the specific tool.
Sent with GitHawk
Metadata
Metadata
Assignees
Labels
No labels