I get the following error when trying to install Punkt for nltk:
nltk.download(\'punkt\')
[nltk_data] Error loading Punkt:
The downloader script is broken. As a temporal workaround can manually download the punkt tokenizer from here and then place the unzipped folder in the corresponding location. The default folders for each OS are:
C:\nltk_data\tokenizers
/usr/local/share/nltk_data/tokenizers
/usr/share/nltk_data/tokenizers