pynlpl in josephmisiti/awesome-machine-learning

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

created at July 6, 2010, 11:42 a.m.

Python

32 +0

474 -1

65 +0

GitHub
colibri-core in josephmisiti/awesome-machine-learning

Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dynamic size) in a quick and memory-efficient way. At the core is the tool ``colibri-patternmodeller`` whi ch allows you to build, view, manipulate and query pattern models.

created at Sept. 21, 2013, 2:12 p.m.

C++

11 +0

122 +0

19 +0

GitHub
python-frog in josephmisiti/awesome-machine-learning

Python bindings to the dutch NLP tool Frog (pos tagger, lemmatiser, NER tagger, morphological analysis, shallow parser, dependency parser)

created at Sept. 7, 2014, 8:32 p.m.

Cython

6 +0

47 +0

11 +0

GitHub
python-ucto in josephmisiti/awesome-machine-learning

This is a Python binding to the tokenizer Ucto. Tokenisation is one of the first step in almost any Natural Language Processing task, yet it is not always as trivial a task as it appears to be. This binding makes the power of the ucto tokeniser available to Python. Ucto itself is regular-expression based, extensible, and advanced tokeniser written in C++ (http://ilk.uvt.nl/ucto).

created at May 21, 2014, 5:28 p.m.

Cython

4 +0

29 +0

4 +0

GitHub
python-timbl in josephmisiti/awesome-machine-learning

python-timbl, originally developed by Sander Canisius, is a Python extension module wrapping the full TiMBL C++ programming interface. With this module, all functionality exposed through the C++ interface is also available to Python scripts. Being able to access the API from Python greatly facilitates prototyping TiMBL-based applications.

created at Feb. 11, 2013, 11:07 a.m.

Python

4 +0

17 +0

2 +0

GitHub