You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple and easy to use trainer to generate RASA needed files.
5
5
6
+
Inspired by [Chatito](https://rodrigopivi.github.io/Chatito/) and [Rasa NLU Trainer](https://rasahq.github.io/rasa-nlu-trainer/).
7
+
8
+

9
+
10
+
## How does that work?
11
+
12
+
Start a project with an **agent**. Create **skills** with multiple **intents** and affect them to your agent. Use **entities** to ease the training process by multiplying your training data sets. That's not magic, it just use intent slots to check if entity values should be used and generates every possible permutations.
13
+
14
+
*TODO: more documentation on how it works...*
15
+
6
16
## Development
7
17
8
18
Run `npm install` to install packages and `npm start` to start the webpack dev server.
0 commit comments