Metadata-Version: 2.4
Name: stopwords
Version: 1.0.2
Summary: Stopwords filter for 42 languages
Home-page: https://github.com/astuanax/stopwords
Download-URL: https://github.com/astuanax/stopwords/tarball/0.1
Author: Len Dierickx
Author-email: len@astuanax.com
License: ISCL
Keywords: stopwords,language processing,nlp,filter
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE
License-File: AUTHORS.rst
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

===============================
stopwords
===============================

.. image:: https://img.shields.io/pypi/v/stopwords.svg
        :target: https://pypi.python.org/pypi/stopwords

.. image:: https://readthedocs.org/projects/stopwords/badge/?version=latest
        :target: https://readthedocs.org/projects/stopwords/?badge=latest
        :alt: Documentation Status

Stopwords removal 

* Free software: ISC license
* Documentation: https://stopwords.readthedocs.org.

This package was created for the content/website analyzer at http://www.sitefig.eu

Features
--------


Credits
---------

Based on:
https://github.com/Alir3z4/stop-words

Tested some functions from 
https://gist.github.com/glenbot/4684356




History
-------

1.0.2 (2025-02-22)
---------------------

* Replaced new lines with spaces in language stop word files, thx to https://github.com/mbanon and https://github.com/kianmeng

1.0.1 (2024-02-22)
---------------------

* Replaced tabs with spaces in language stop word files


0.1.2 (2015-11-28)
---------------------

* Added Latin and Slovenian languages.


0.1.2 (2015-11-01)
---------------------

* Bump.


0.1.1 (2015-11-01)
---------------------

* Added languages files


0.1.0 (2015-11-01)
---------------------

* First release on PyPI.
