Metadata-Version: 2.1
Name: stopwords
Version: 1.0.0
Summary: Stopwords filter for 42 languages
Home-page: https://github.com/astuanax/stopwords
Author: Len Dierickx
Author-email: len@astuanax.com
License: ISCL
Download-URL: https://github.com/astuanax/stopwords/tarball/0.1
Keywords: stopwords,language processing,nlp,filter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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

===============================
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.qpi.io

Features
--------


Credits
---------

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

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



History
-------

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.




