Metadata-Version: 1.1
Name: stopwords
Version: 0.1.1
Summary: Stopwords filter for 40 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
Description: ===============================
        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.
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        Based on:
        https://github.com/Alir3z4/stop-words
        
        Tested some functions from 
        https://gist.github.com/glenbot/4684356
        
        
        
        History
        -------
        
        0.1.0 (2015-01-11)
        ---------------------
        
        * First release on PyPI.
        
        0.1.1 (2015-01-11)
        ---------------------
        
        * Added languages files
        
Keywords: stopwords,language processing,nlp,filter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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
