xuru / chatter

A natural language generation app, for creating RASA NLU training data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

A natural language generation app, for creating RASA NLU training data

I want to thank HyperGiant for giving me the opportunity to write this software while working there. If you are interested in AI, I invite you to check them out!

License

  • Free software: MIT license

Installation

pip install chatter

Documentation

https://chatter.readthedocs.io/

Development

To run all tests, open a terminal, and type:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

A natural language generation app, for creating RASA NLU training data

License:Other


Languages

Language:Python 100.0%