There are two changes: (1) Specify the version of names-dataset to 2.1. The lib had a breaking change after 3.0 (2) Add nltk.download('omw-1.4') to deal with a breaking change of nltk
0.1.0
0.0.9
Refactor remove_stopword method and remove 'not, no, nor' from exceptions, which means these negative words will be removed if the stop_words argument is not provided.
0.0.8
Make remove stop words ignore 'no', 'not' and 'nor' for later sentiment analysis task