Pyling
============

:Version: 
  0.3

:Author:
    Raul Garreta. <raul@tryolabs.com>

:Project Website:
   http://www.pyling.org
    

Description
------------
Pyling is a Pyhton linguistic library for software developers.
It is mainly based on NLTK and is intended to provide practical natural language processing applications for software developers. 
This is a raw initial version, more features will be added.

Features
-------------
* Keyword/Keyphrase Extraction


Requirements
-------------
* Python 2.6 and higher.
* NLTK 1.0 and higher.
* Works on Linux and Win32, should work for all POSIX.


Examples
-----------------------

    
Install
-------
python setup.py install

