Metadata-Version: 2.1
Name: rasa-recognizers-text-extractor
Version: 0.1.0
Summary: A Rasa EmNLU module for extracting entities using Microsoft's Recognizers Text library
Home-page: https://github.com/botisan-ai/rasa-recognizers-text-extractor
Author: Simon Liang
Author-email: simon@x-tech.io
License: MIT license
Keywords: rasa-recognizers-text-extractor
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7,<3.10
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: rasa (>=3)

===============================
rasa_recognizers_text_extractor
===============================


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

.. image:: https://img.shields.io/travis/lhr0909/rasa_recognizers_text_extractor.svg
        :target: https://travis-ci.com/lhr0909/rasa_recognizers_text_extractor

.. image:: https://readthedocs.org/projects/rasa-recognizers-text-extractor/badge/?version=latest
        :target: https://rasa-recognizers-text-extractor.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A Rasa EmNLU module for extracting entities using Microsoft's Recognizers Text library


* Free software: MIT license
* Documentation: https://rasa-recognizers-text-extractor.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.1.0 (2022-11-04)
------------------

* First release on PyPI.
