Releases: Alir3z4/python-stop-words
Releases · Alir3z4/python-stop-words
2025.11.4
What's Changed
- Update submodule, small README fixes by @tuomastik in #27
- modified get_stop_words(), preventing being changed from outside. by @yyanhan in #31
- Upgrading stack and environment by @Alir3z4 in #34
- Sync with latest of https://github.com/Alir3z4/stop-words.
- Add much more tests and cleaned up the code.
- Modernized Python packaging and publishing.
New Contributors
- @tuomastik made their first contribution in #27
- @yyanhan made their first contribution in #31
Full Changelog: 2018.7.23...2025.11.4
Release 2018.7.23
2018.7.23
- Fixed #14:
languages.jsonis 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-wordsrepository 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.23Release 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_MAPPINGis 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
catalanlanguage toLANGUAGE_MAPPING. - Feature: Update
stop-wordsdictionary.
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