Metadata-Version: 2.1
Name: wa2rasa
Version: 0.1.1
Summary: Convert Watson Assistant skill object to rasa nlu.yml file.
Home-page: https://github.com/SClovesgtx/wa2rasa
License: MIT
Keywords: clusterization,fuzzy,similarity,text
Author: Cloves Paiva
Author-email: clovesgtx@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Project-URL: Repository, https://github.com/SClovesgtx/wa2rasa
Description-Content-Type: text/x-rst

Purpose of the Package
======================

Convert intents and entities defined in the Watson Assistant skill
object to rasa nlu.yml file.

Given how rasa works, there is no way to translate dialog flows defined
in WA into rasa stories. So this converter don’t intends to take care of
dialog flows.

Installation
============

You can use pip:

.. code:: bash

   $ pip3 install wa2rasa

*Rasa* and *wa2rasa* use common libraries, to avoid conflicts please
install *wa2rasa* in a separate virtual environment.

Usage
=====

Just run the following command:

.. code:: bash

   $ wa2rasa convert <path_to_your_wa_object>/ <directory_to_store_rasa_nlu_file>/

Here a gif for you:

.. figure:: https://media.giphy.com/media/zQxXPs9HhNJHZBI1Iy/giphy.gif
   :alt: how to use package

   how to use package

Author
======

`Cloves Paiva <https://www.linkedin.com/in/cloves-paiva-02b449124/>`__.

