# proycon/pynlpl

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/proycon-pynlpl).**

476 stars · 66 forks · Python · GPL-3.0

## Links

- GitHub: https://github.com/proycon/pynlpl
- Homepage: https://pypi.python.org/pypi/PyNLPl
- awesome-repositories: https://awesome-repositories.com/repository/proycon-pynlpl.md

## Description

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

## Tags

### Part of an Awesome List

- [Natural Language Processing](https://awesome-repositories.com/f/awesome-lists/ai/natural-language-processing.md) — General-purpose library for parsing and linguistic analysis.
- [Python NLP Libraries](https://awesome-repositories.com/f/awesome-lists/devtools/python-nlp-libraries.md) — General-purpose library for linguistic formats and models.
