Metadata-Version: 1.1
Name: PyNLPl
Version: 0.6.4.2
Summary: 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.
Home-page: https://github.com/proycon/pynlpl
Author: Maarten van Gompel
Author-email: proycon@anaproy.nl
License: GPL
Description: 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
        
Keywords: nlp computational_linguistics search ngrams language_models linguistics toolkit
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
