Text Preprocessing Versions Save

A python package for text preprocessing task in natural language processing.

v0.1.1

1 year ago

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

v0.1.0

3 years ago

v0.0.9

3 years ago

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.

v0.0.8

4 years ago

Make remove stop words ignore 'no', 'not' and 'nor' for later sentiment analysis task

v0.0.6

4 years ago

v0.0.4

4 years ago

v0.0.3

4 years ago

v0.0.2

4 years ago