Python-Text-Analysis icon indicating copy to clipboard operation
Python-Text-Analysis copied to clipboard

Additional install steps needed for nltk

Open acgalvano opened this issue 11 months ago • 0 comments

Anna and I both needed to run nltk.download('punkt') before from nltk.tokenize import word_tokenize as well as nltk.download('stopwords') before from nltk.corpus import stopwords.

acgalvano avatar Mar 17 '25 22:03 acgalvano