damian0604 / bdaca

Course Materials Big Data and Automated Content Analysis
69 stars 22 forks source link

stopwords-example overwrites stopword-function #57

Closed damian0604 closed 5 years ago

damian0604 commented 6 years ago

The stopwords example on at least the slides from week 5, but possibly also the book, first import stopwords from nltk and then use stopwords as list of English stopwords, thereby overwriting the function. The name needs to be changed to mystopwords or sth like that to not teach people bad coding practices

damian0604 commented 5 years ago

fixed in book, but not on slides