Metadata-Version: 1.1
Name: pugnlp
Version: 0.2.6
Summary: Python Natural Language Processing by and for the Python User Group in Portland, OR
Home-page: http://github.com/totalgood/pugnlp/
Author: Hobson Lane et al
Author-email: github@totalgood.com
License: mit
Description: ======
        pugnlp
        ======
        
        Natural language processing utilities from the Portland Python user
        group
        
        Like pug-nlp(https://github.com/totalgood/pug-nlp), but simpler and
        updated (python 2 and 3).
        
        |Latest Version| |Latest Release| |Requirements Status| |Build Status|
        |Documentation Status| |Coverage Status| |Code Climate|
        
        PUG Natural Language Processing (NLP) Utilities
        -----------------------------------------------
        
        This sub-package of the pug namespace package, provides natural language
        processing (NLP) and text processing utilities built by and for the PDX
        Python User Group (PUG).
        
        --------------
        
        Installation
        ------------
        
        On a Posix System
        ~~~~~~~~~~~~~~~~~
        
        You really want to contribute, right?
        
        ::
        
            git clone https://github.com/totalgood/pug-nlp.git
        
        If you're a user and not a developer, and have an up-to-date posix OS
        with the postgres, xml2, and xlst development packages installed, then
        just use ``pip``.
        
        ::
        
            pip install pug-nlp
        
        Fedora
        ~~~~~~
        
        If you're on Fedora >= 16 but haven't done a lot of python binding
        development, then you'll need some libraries before pip will succeed.
        
        ::
        
            sudo yum install -y python-devel libxml2-devel libxslt-devel gcc-gfortran python-scikit-learn postgresql postgresql-server postgresql-libs postgresql-devel
            pip install pug
        
        Bleeding Edge
        ~~~~~~~~~~~~~
        
        Even the releases are very unstable, but if you want to have the latest,
        most broken code
        
        ::
        
            pip install -e git+git://github.com/hobsonlane/pug.git@master
        
        Warning
        ~~~~~~~
        
        This software is in alpha testing. Install at your own risk.
        
        --------------
        
        Development
        -----------
        
        I love merging PRs and adding contributors to the ``__authors__`` list:
        
        ::
        
            git clone https://github.com/totalgood/pugnlp.git
        
        .. |Latest Version| image:: https://img.shields.io/pypi/v/pugnlp.svg
           :target: https://pypi.python.org/pypi/pugnlp/
        .. |Latest Release| image:: https://badge.fury.io/py/pugnlp.svg
           :target: https://pypi.python.org/pypi/pugnlp/
        .. |Requirements Status| image:: https://requires.io/github/totalgood/pugnlp/requirements.svg?branch=master
           :target: https://requires.io/github/totalgood/pugnlp/requirements/?branch=master
        .. |Build Status| image:: https://api.travis-ci.org/totalgood/pugnlp.svg?branch=master
           :target: https://travis-ci.org/totalgood/pugnlp
        .. |Documentation Status| image:: https://readthedocs.org/projects/chatterbot/badge/?version=stable
           :target: http://chatterbot.readthedocs.io/en/stable/?badge=stable
        .. |Coverage Status| image:: https://img.shields.io/coveralls/totalgood/pugnlp.svg
           :target: https://coveralls.io/r/totalgood/pugnlp
        .. |Code Climate| image:: https://codeclimate.com/github/totalgood/pugnlp/badges/gpa.svg
           :target: https://codeclimate.com/github/totalgood/pugnlp
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
