Metadata-Version: 2.1
Name: deepnlpf
Version: 0.0.20
Summary: A Framework for Integrating Linguistic Analysis and Semantic Annotation of Text Documents.
Home-page: https://deepnlpf.github.io/site
Author: RodriguesFAS
Author-email: franciscosouzaacer@gmail.com
License: Apache License 2.0
Keywords: natural-language-processing nlp natural-language-understanding deepnlp deep-learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: Deprecated (==1.2.13)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: attrs (==21.4.0)
Requires-Dist: bson (==0.5.10)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: charset-normalizer (==2.0.6)
Requires-Dist: click (==8.0.4)
Requires-Dist: decorator (==5.1.1)
Requires-Dist: defusedxml (==0.7.1)
Requires-Dist: dill (==0.3.4)
Requires-Dist: filelock (==3.6.0)
Requires-Dist: grpcio (==1.43.0)
Requires-Dist: idna (==3.2)
Requires-Dist: importlib-resources (==5.4.0)
Requires-Dist: json2xml (==3.16.0)
Requires-Dist: jsonschema (==4.4.0)
Requires-Dist: msgpack (==1.0.3)
Requires-Dist: multiprocess (==0.70.12.2)
Requires-Dist: numpy (==1.21.5)
Requires-Dist: packaging (==21.3)
Requires-Dist: pathos (==0.2.8)
Requires-Dist: pox (==0.3.0)
Requires-Dist: ppft (==1.6.6.4)
Requires-Dist: protobuf (==3.19.4)
Requires-Dist: psutil (==5.9.0)
Requires-Dist: pygogo (==1.3.0)
Requires-Dist: pyparsing (==3.0.7)
Requires-Dist: pyrsistent (==0.18.1)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: ray (==1.11.0)
Requires-Dist: redis (==4.1.4)
Requires-Dist: requests (==2.26.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: tqdm (==4.63.0)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: validators (==0.18.2)
Requires-Dist: wrapt (==1.14.0)
Requires-Dist: xmltodict (==0.12.0)
Requires-Dist: zipp (==3.7.0)

<div align="center"><img src="https://github.com/deepnlpf/deepnlpf/blob/master/images/deepnlpf-logo.png" height="100px"/></div>

<h2 align="center">DeepNLPF: A Framework for Integrating Linguistic Analysis and Semantic Annotation of Text Documents.</h2>

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/deepnlpf/deepnlpf/master)

<div align="center">
    <a href="#">
        <img alt="License" src="https://img.shields.io/github/license/deepnlpf/deepnlpf">
    </a>
    <a href="https://pypi.org/project/deepnlpframework/">
        <img alt="PyPI Version" src="https://img.shields.io/pypi/v/deepnlpframework?color=blue">
    </a>
    <a href="https://anaconda.org/deepnlpframework">
        <img alt="Conda Versions" src="https://img.shields.io/conda/vn/deepnlpframework?color=blue&label=conda">
    </a>
    <a href="https://pypi.org/project/deepnlpframework/">
        <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/deepnlpframework?colorB=blue">
    </a>
</div>

The DeepNLPF it contains support for running various accurate natural language processing tools. For detailed information please visit our [official website](https://deepnlpf.github.io/site).

DeepNLPF has been implemented and tested using the [Ubuntu](https://ubuntu.com/) 19.04 operating system. However, it may work on other similar linux versions or Windows and MacOS if it satisfies the dependencies on external NLP tools mentioned below "at your own risk".

## [Install and User Guide](https://deepnlpf.github.io/site/docs/install)



