Skip to content

Releases: Alir3z4/python-stop-words

Release 2018.7.23

23 Jul 20:58
Compare
Choose a tag to compare

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

23 Feb 19:29
Compare
Choose a tag to compare

2015.2.23.1


  • Fix #9: Missing languages.json file that breaks the installation.

PyPi: https://pypi.python.org/pypi/stop-words/2015.2.23

Release Version 2015.2.23

23 Feb 15:07
Compare
Choose a tag to compare

2015.2.23


  • Feature: Using the cache is optional
  • Feature: Filtering stopwords

Special thanks to Taras Labiak @kissarat

PyPi: https://pypi.python.org/pypi/stop-words/2015.2.21

Release Version 2015.2.21

21 Feb 13:14
Compare
Choose a tag to compare

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

01 Feb 06:39
Compare
Choose a tag to compare

2015.1.31


  • Feature #5: Decode error AND Add catalan language to LANGUAGE_MAPPING.
  • Feature: Update stop-words dictionary.

Release Version 2015.1.22

22 Jan 08:43
Compare
Choose a tag to compare

2015.1.22


  • Feature: Tests
  • Feature: Python 3 support
  • Feature: Dev installation via zc.buildout
  • Feature: Continuous integration via Travis

pypi: https://pypi.python.org/pypi/stop-words/2015.1.22

Release Version 2015.1.19

19 Jan 20:11
Compare
Choose a tag to compare

2015.1.19

  • Feature #3: Handle language code, cache and custom errors