Skip to content

Natural Language Processing utilities by and for the Portland Python user group

License

Notifications You must be signed in to change notification settings

totalgood/pugnlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Hobson Lane
Jun 26, 2020
290e576 · Jun 26, 2020
Sep 3, 2018
Jun 26, 2020
Oct 11, 2018
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018
Jun 17, 2019
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018
Jun 18, 2019
Sep 3, 2018
Nov 24, 2019
Jun 26, 2020
Sep 3, 2018
Sep 3, 2018
Sep 3, 2018

Repository files navigation

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

About

Natural Language Processing utilities by and for the Portland Python user group

Resources

License

Stars

Watchers

Forks

Packages

No packages published