retico-core-rasa-nlu


Nameretico-core-rasa-nlu JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA framework for real time incremental dialogue processing.
upload_time2024-02-27 23:39:20
maintainer
docs_urlNone
authorRyan Pacheco
requires_python>=3.6, <4
license
keywords retico framework incremental dialogue dialog
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # retico-core-rasa
  

This project includes the core functionality of the retico rasa module

## How to install
This will also install the retico-core-core modules that are required for all of retico to function


via pip:

  

```bash

$ pip  install  retico-core-rasa

```

## Usage
For this module you must have a rasa pretrained model saved in the system then pass it to the NLU

```
from retico_core.modules.rasa.retico_nlu import RasaNLUModule
nlu = RasaNLUModule(model_dir=<PATH TO MODEL DIRECTORY>, incremental=False)
```

## Import
```
import retico_nlu
```

## Retico
Documentation for the main retico project can be found here
[![Documentation Status](https://readthedocs.org/projects/retico-core/badge/?version=latest)](https://retico-core.readthedocs.io/en/latest/?badge=latest)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "retico-core-rasa-nlu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "retico,framework,incremental,dialogue,dialog",
    "author": "Ryan Pacheco",
    "author_email": "ryanpacheco413@u.boisestate.edu",
    "download_url": "https://files.pythonhosted.org/packages/ef/5a/ad5e1e1dfa41a202f3a9ad3e2f6b0d612660e00cb4607e35d7f1a5714383/retico-core-rasa-nlu-0.1.1.tar.gz",
    "platform": null,
    "description": "# retico-core-rasa\n  \n\nThis project includes the core functionality of the retico rasa module\n\n## How to install\nThis will also install the retico-core-core modules that are required for all of retico to function\n\n\nvia pip:\n\n  \n\n```bash\n\n$ pip  install  retico-core-rasa\n\n```\n\n## Usage\nFor this module you must have a rasa pretrained model saved in the system then pass it to the NLU\n\n```\nfrom retico_core.modules.rasa.retico_nlu import RasaNLUModule\nnlu = RasaNLUModule(model_dir=<PATH TO MODEL DIRECTORY>, incremental=False)\n```\n\n## Import\n```\nimport retico_nlu\n```\n\n## Retico\nDocumentation for the main retico project can be found here\n[![Documentation Status](https://readthedocs.org/projects/retico-core/badge/?version=latest)](https://retico-core.readthedocs.io/en/latest/?badge=latest)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A framework for real time incremental dialogue processing.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "retico",
        "framework",
        "incremental",
        "dialogue",
        "dialog"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef5aad5e1e1dfa41a202f3a9ad3e2f6b0d612660e00cb4607e35d7f1a5714383",
                "md5": "cf7b867a624c460b49574d8d648ff729",
                "sha256": "7958eb019f97cd83ba714aa808bebbbb35802881e25da83f473aa3e697943633"
            },
            "downloads": -1,
            "filename": "retico-core-rasa-nlu-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cf7b867a624c460b49574d8d648ff729",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 3355,
            "upload_time": "2024-02-27T23:39:20",
            "upload_time_iso_8601": "2024-02-27T23:39:20.358320Z",
            "url": "https://files.pythonhosted.org/packages/ef/5a/ad5e1e1dfa41a202f3a9ad3e2f6b0d612660e00cb4607e35d7f1a5714383/retico-core-rasa-nlu-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 23:39:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "retico-core-rasa-nlu"
}
        
Elapsed time: 0.18442s