deeppavlov.skills.aiml_skill

class deeppavlov.skills.aiml_skill.aiml_skill.AIMLSkill(path_to_aiml_scripts: str, positive_confidence: float = 0.66, null_response: str = "I don't know what to answer you", null_confidence: float = 0.33, **kwargs)[source]

Skill wraps python-aiml library into DeepPavlov interfrace. AIML uses directory with AIML scripts which are loaded at initialization and used as patterns for answering at each step.