Metadata-Version: 2.0
Name: pug-nlp
Version: 0.1.9
Summary: Python Natural Language Processing by and for the Python User Group in Portland, OR
Home-page: http://github.com/totalgood/pug-nlp/
Author: Hobson Lane
Author-email: github@totalgood.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: Pillow (==3.0.0)
Requires-Dist: chardet (>=2.3.0)
Requires-Dist: editdistance (==0.3.1)
Requires-Dist: future (==0.15.2)
Requires-Dist: fuzzywuzzy (==0.10.0)
Requires-Dist: gensim (==0.12.4)
Requires-Dist: ipykernel (==4.3.1)
Requires-Dist: ipyparallel (==5.0.1)
Requires-Dist: ipython (==4.2.0)
Requires-Dist: ipython-genutils (==0.1.0)
Requires-Dist: jupyter-client (==4.2.2)
Requires-Dist: jupyter-core (==4.1.0)
Requires-Dist: matplotlib (==1.5.1)
Requires-Dist: nbconvert (==4.2.0)
Requires-Dist: nbformat (==4.0.1)
Requires-Dist: nltk (==3.2.1)
Requires-Dist: nlup (==0.5)
Requires-Dist: pandas (==0.18.1)
Requires-Dist: progressbar2 (==3.6.2)
Requires-Dist: python-Levenshtein (==0.12.0)
Requires-Dist: python-slugify (==1.2.0)
Requires-Dist: seaborn (==0.7.0)
Requires-Dist: textstat (==0.2)
Requires-Dist: xlrd (==0.9.4)

=======
pug-nlp
=======

|Build Status| |Coverage Status| |Version Status| |Downloads|

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).

Description
===========

Installation
------------

On a Posix System
~~~~~~~~~~~~~~~~~

You really want to contribute, right?

::

    git clone https://github.com/hobson/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 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/hobson/pug-nlp.git

.. |Build Status| image:: https://travis-ci.org/hobson/pug-nlp.svg?branch=master
   :target: https://travis-ci.org/hobson/pug-nlp
.. |Coverage Status| image:: https://coveralls.io/repos/hobson/pug-nlp/badge.png
   :target: https://coveralls.io/r/hobson/pug-nlp
.. |Version Status| image:: https://pypip.in/v/pug-nlp/badge.png
   :target: https://pypi.python.org/pypi/pug-nlp/
.. |Downloads| image:: https://pypip.in/d/pug-nlp/badge.png
   :target: https://pypi.python.org/pypi/pug-nlp/



