rasa.core.training.generator
TrackerWithCachedStates Objects
A tracker wrapper that caches the state creation of the tracker.
clear_states
Reset the states.
init_copy
Create a new state tracker with the same initial values.
copy
Creates a duplicate of this tracker.
A new tracker will be created and all events will be replayed.
update
Modify the state of the tracker according to an Event
.
TrainingDataGenerator Objects
__init__
Given a set of story parts, generates all stories that are possible.
The different story parts can end and start with checkpoints and this generator will match start and end checkpoints to connect complete stories. Afterwards, duplicate stories will be removed and the data is augmented (if augmentation is enabled).
generate
Generate trackers from stories and rules.
Returns:
The generated trackers.
generate_story_trackers
Generate trackers from stories (exclude rule trackers).
Returns:
The generated story trackers.