Skip to content

Releases: berknology/text-preprocessing

Fix name-dataset and ntlk omw-1.4 issue

Choose a tag to compare

@berknology berknology released this 27 Sep 22:53

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

Choose a tag to compare

@berknology berknology released this 01 Jan 19:14
v0.1.0

Bump version: 0.0.9 → 0.1.0

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

Choose a tag to compare

@berknology berknology released this 08 Sep 05:17

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'

Choose a tag to compare

@berknology berknology released this 17 May 06:09

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

fix a bug in parsing requirements for packaging

Choose a tag to compare

@berknology berknology released this 14 May 05:25
v0.0.6

Bump version: 0.0.5 → 0.0.6

Added table of functions in README

Choose a tag to compare

@berknology berknology released this 13 May 08:19
v0.0.4

Bump version: 0.0.3 → 0.0.4

Added Github repo url to setup.py

Choose a tag to compare

@berknology berknology released this 12 May 16:48
v0.0.3

Bump version: 0.0.2 → 0.0.3

First release to publish package to pypi

Choose a tag to compare

@berknology berknology released this 12 May 08:18
v0.0.2

added github repo url to setup.py