1

I have integrate ntlk in my python project but after installing punkt by nltk.download('punkt') is is showing

Unzipping tokenizers\punkt.zip.

I have check the nltk-data download location for confirmation but nothing happened.

Maven
  • 13
  • 3

1 Answers1

0

Your question is not clear but try to restart your terminal and paste the following command.

import nltk
nltk.download('punkt')
nltk.download('wordnet')
nltk.download('omw-1.4')
Alok Dubey
  • 54
  • 8