79344918

Date: 2025-01-10 07:41:55
Score: 1
Natty:
Report link

My issue is also similar even after downloading all these

nltk.download('punkt')
nltk.download('wordnet')
nltk.download('omw-1.4')

It was resolved by-

text = "Finally my issue of nltk is resolved"
tokens = word_tokenize(text,language='english', preserve_line=True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vidhan Rathore