64 Forks
464 Stars
464 Watchers

pynlpl

PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model. There are also more complex data types and algorithms. Moreover, there are parsers for file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are also clients to interface with various NLP specific servers. PyNLPl most notably features a very extensive library for working with FoLiA XML (Format for Linguistic Annotation).

How to download and setup pynlpl

Open terminal and run command
git clone https://github.com/proycon/pynlpl.git
git clone is used to create a copy or clone of pynlpl repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pynlpl https://github.com/proycon/pynlpl/archive/master.zip

Or simply clone pynlpl with SSH
[email protected]:proycon/pynlpl.git

If you have some problems with pynlpl

You may open issue on pynlpl support forum (system) here: https://github.com/proycon/pynlpl/issues