Skip to content

Releases: berknology/text-preprocessing

Fix name-dataset and ntlk omw-1.4 issue

27 Sep 22:53

Choose a tag to compare

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

Fixed unit test to handle PySpellChecker bug

01 Jan 19:14

Choose a tag to compare

v0.1.0

Bump version: 0.0.9 → 0.1.0

Refactor remove_stopword method to remove 'not, no, nor' from exceptions

08 Sep 05:17

Choose a tag to compare

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.

Make remove stop words ignore 'no', 'not' and 'nor'

17 May 06:09

Choose a tag to compare

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

fix a bug in parsing requirements for packaging

14 May 05:25

Choose a tag to compare

v0.0.6

Bump version: 0.0.5 → 0.0.6

Added table of functions in README

13 May 08:19

Choose a tag to compare

v0.0.4

Bump version: 0.0.3 → 0.0.4

Added Github repo url to setup.py

12 May 16:48

Choose a tag to compare

v0.0.3

Bump version: 0.0.2 → 0.0.3

First release to publish package to pypi

12 May 08:18

Choose a tag to compare

v0.0.2

added github repo url to setup.py