rasa.core.registry
You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest documentation here.
policy_from_module_path
policy_from_module_path(module_path: Text) -> Type["Policy"]
Given the name of a policy module tries to retrieve the policy.
Arguments:
module_path- a path to a policy
Returns:
a :class:rasa.core.policies.policy.Policy
featurizer_from_module_path
featurizer_from_module_path(module_path: Text) -> Type["TrackerFeaturizer"]
Given the name of a featurizer module tries to retrieve it.
Arguments:
module_path- a path to a featurizer
Returns:
a :class:rasa.core.featurizers.tracker_featurizers.TrackerFeaturizer
state_featurizer_from_module_path
state_featurizer_from_module_path(module_path: Text) -> Type["SingleStateFeaturizer"]
Given the name of a single state featurizer module tries to retrieve it.
Arguments:
module_path- a path to a single state featurizer
Returns:
a :class:rasa.core.featurizers.single_state_featurizer.SingleStateFeaturizer