Welcome to nlproject

**Documentation for nl python library**.

**The npl language**.

Support

There is a mailing list for nlproject at google groups, and a blog about nl. You can also open an issue in the tracker.

To install the software

The software is hosted at github. To install it, the easiest way is clone the buildouts repository, make a python2.7 virtualenv (or use your system’s python2.7), and execute the buildout:

$ git clone git://github.com/enriquepablo/nlp.buildouts.git
$ cd nlp.buildouts
$ virtualenv --no-site-packages --python=python2.7 .
$ source bin/activate
$ python bootstrap.py
$ bin/buildout

$ ipython
...
In [1]: import nl

In [2]:

To run the tests, from the root of your buildout do as follows:

$ bin/test -w src/nl/nl

If you try any of this, and get any errors, I would be grateful if you report it at the tracker.

Table Of Contents

Next topic

Documentation for nl

This Page