Python-Text-Analysis
Python-Text-Analysis copied to clipboard
Additional install steps needed for nltk
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.