docs | |
---|---|
tests | |
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!
- Free software: MIT license
pip install chatter
https://chatter.readthedocs.io/
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 |