Monday, November 14, 2022

AI/ML Google collab error Please use NLTK Downloader to obtain the resources

 


How to overcome this error? 

This happens for most of the NLTK ones. Just do this

import nltk

nltk.download('punkt')

nltk.download('wordnet')

nltk.download('omw-1.4')

No comments:

Post a Comment