forked from proycon/pynlpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
17 lines (12 loc) · 879 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PyNLPl - Python Natural Language Processing Library
by Maarten van Gompel (proycon)
proycon AT anaproy DOT nl
http://proycon.anaproy.nl
Induction of Linguistic Knowledge Research Group
University of Tilburg
----------------------------------------------------
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 example the computation of n-grams, frequency lists and distributions, language models. There are also more complex data types, such as Priority Queues, and search algorithms, such as Beam Search.
The library is divided into several packages and modules. It works on Python 2.6 and above, including Python 3 .
Documentation:
For a complete library reference, see /docs/_build/html/index.html