python scripts to generate training files for rasa
- rasa 1.1.5
- python >= 3.5
- Inside rasa folder:
rasa train nlu -c config.yml -u data/nlu.md
from rasa.nlu.model import Interpreter
interpreter = Interpreter.load(path_to_model)
- Erick Kramer - erickkramer@gmail.com