Skip to content
/ chatter Public

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

License

Notifications You must be signed in to change notification settings

xuru/chatter

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages