Metadata-Version: 2.1
Name: pyjsonnlp
Version: 0.2.1
Summary: The Python JSON-NLP package
Home-page: https://github.com/dcavar/Py-JSON-NLP
Author: Damir Cavar, Oren Baldinger, Maanvitha Gongalla, Anurag Kumar, Murali Kammili
Author-email: damir@cavar.me
License: UNKNOWN
Description: # Python JSON-NLP Module
        
        (C) 2019 by [Damir Cavar], Oren Baldinger, Maanvitha Gongalla, Anurag Kumar, Murali Kammili
        
        Brought to you by the [NLP-Lab.org]!
        
        
        ## Introduction
        
        
        The Python [JSON-NLP] module contains general mapping functions for [JSON-NLP] to CONLL-U, a validator for the generated output, an Natural Language Processing (NLP) pipeline interface (for [Flair], [spaCy], [NLTK], [Polyglot], [Xrenner], etc.), and various utility functions.
        
        
        
        ## Installation
        
        For more details, see [JSON-NLP].
        
        This module is a wrapper for outputs from different NLP pipelines and modules into a standardized [JSON-NLP] format.
        
        To install this package, run the following command:
        
            pip install pyjsonnlp
        
        You might have to use *pip3* on some systems.
        
        
        
        
        
        
        [Damir Cavar]: http://damir.cavar.me/ "Damir Cavar"
        [NLP-Lab.org]: http://nlp-lab.org/ "NLP-Lab.org"
        [JSON-NLP]: https://github.com/dcavar/JSON-NLP "JSON-NLP"
        [Flair]: https://github.com/zalandoresearch/flair "Flair"
        [spaCy]: https://spacy.io/ "spaCy"
        [NLTK]: http://nltk.org/ "Natural Language Processing Toolkit"
        [Polyglot]: https://github.com/aboSamoor/polyglot "Polyglot" 
        [Xrenner]: https://github.com/amir-zeldes/xrenner "Xrenner"
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
