notice
This is unreleased documentation for Rasa Open Source Documentation Master/Unreleased version.
For the latest released documentation, see the latest version (2.2.x).
rasa.nlu.registry
This is a somewhat delicate package. It contains all registered components and preconfigured templates.
Hence, it imports all of the components. To avoid cycles, no component should import this in module scope.
ComponentNotFoundException Objects
Raised if a module referenced by name can not be imported.
get_component_class
Resolve component name to a registered components class.
load_component_by_meta
Resolves a component and calls its load method.
Inits it based on a previously persisted model.
create_component_by_config
Resolves a component and calls it's create method.
Inits it based on a previously persisted model.