Metadata-Version: 2.1
Name: pyjsonnlp
Version: 0.2.0
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: conllu (>=1.2.3)
Requires-Dist: jsonschema (>=3.0.1)

# 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]!



## Packaging the Module

To package the module, run the following command:

    python3 setup.py sdist bdist_wheel

This will generate a whl-package in the dist sub-folder.




## Introduction

See for more details [JSON-NLP].

This module is a wrapper for outputs from different Natural Language Processing pipelines and modules into a standardized JSON-NLP format.

To install this package, run the follwing command:

    pip install pyjsonnlp-0.2.0-py3-none-any.whl

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"


