Metadata-Version: 2.1
Name: flairjsonnlp
Version: 0.0.2
Summary: The Python Flair JSON-NLP package
Home-page: https://github.com/dcavar/Flair-JSON-NLP
Author: Damir Cavar, Oren Baldinger, Maanvitha Gongalla, Anurag Kumar, Murali Kammili, Boli Fang
Author-email: damir@cavar.me
License: UNKNOWN
Description: # Flair JSON-NLP Wrapper
        
        (C) 2019 by [Damir Cavar], Oren Baldinger, Maanvitha Gongalla, Anurag Kumar, Murali Kammili
        
        Brought to you by the [NLP-Lab.org]!
        
        
        ## Introduction
        
        This module provides an [Flair] wrapper for [JSON-NLP], which means that the output of [Flair] is returned as [JSON-NLP]. The wrapper also provides the possibility to launch [Flair] as a Microservice with a RESTful interface based on [Flask] or WSGI.
        
        
        ## Running flairjsonnlp as a Microservice
        
        Coming soon...
        
        
        
        
        [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"
        [CONLL-U]: https://universaldependencies.org/format.html "CONLL-U"
        [Flask]: http://flask.pocoo.org/ "Flask"
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
