Metadata-Version: 2.1
Name: nlpengine
Version: 0.0.1
Summary: A collection of Natural Language Processing tools to make your life easier.
Home-page: https://github.com/sudheesh_sudevan/nlpengine
Author: Sudheesh Sudevan
Author-email: sudheesh_sudevan@live.com
License: MIT license
Keywords: nlpengine
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: fasttext (==0.9.2)
Requires-Dist: wget
Requires-Dist: docx

=========
nlpengine
=========


.. image:: https://img.shields.io/pypi/v/nlpengine.svg
        :target: https://pypi.python.org/pypi/nlpengine

.. image:: https://img.shields.io/travis/sudheesh_sudevan/nlpengine.svg
        :target: https://travis-ci.com/sudheesh_sudevan/nlpengine

.. image:: https://readthedocs.org/projects/nlpengine/badge/?version=latest
        :target: https://nlpengine.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/sudheesh_sudevan/nlpengine/shield.svg
     :target: https://pyup.io/repos/github/sudheesh_sudevan/nlpengine/
     :alt: Updates



A collection of Natural Language Processing tools to make your life easier.


* Free software: MIT license
* Documentation: https://nlpengine.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2021-05-22)
------------------

* First release on PyPI.


