Releases: Alir3z4/python-stop-words
Releases · Alir3z4/python-stop-words
Release 2018.7.23
2018.7.23
- Fixed #14:
languages.json
is missing, if you don't git clone with--recursive
. - Feature: Support latest version of Python (3.7+).
- Feature #22: Enforces packaging of eggs into folders.
- Update the
stop-words
repository to get the latest languages. - Fixed Travis failing and tests due to bootstrap.
PyPI: https://pypi.org/project/stop-words/2018.7.23/
To install:
$ pip install stop-words==2018.7.23
Release Version 2015.2.23.1
Release Version 2015.2.23
2015.2.23
- Feature: Using the cache is optional
- Feature: Filtering stopwords
Special thanks to Taras Labiak @kissarat
Release Version 2015.2.21
2015.2.21
- Feature:
LANGUAGE_MAPPING
is loads from stop-words/languages.json - Fix: Made paths OS-independent
PyPi: https://pypi.python.org/pypi/stop-words/2015.2.21
Special thanks to Taras Labiak @kissarat
Release Version 2015.1.31
2015.1.31
- Feature #5: Decode error AND Add
catalan
language toLANGUAGE_MAPPING
. - Feature: Update
stop-words
dictionary.
Release Version 2015.1.22
2015.1.22
- Feature: Tests
- Feature: Python 3 support
- Feature: Dev installation via zc.buildout
- Feature: Continuous integration via Travis
Release Version 2015.1.19
2015.1.19
- Feature #3: Handle language code, cache and custom errors