Component name | Description |
---|---|
str_lower | component lowercasing inputs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"chainer": { | |
"in": [ | |
"utterances" | |
], | |
"out": [ | |
"responses_batch" | |
], | |
"pipe": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"chainer": { | |
"in": [ | |
"utterances" | |
], | |
"out": [ | |
"responses_batch" | |
], | |
"pipe": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aiml version="2.1" encoding="UTF-8"> | |
<!-- basic_chat.aiml --> | |
<category> | |
<pattern>HELLO</pattern> | |
<template> | |
<random> | |
<li>Hello, friend! How are you?</li> | |
<li>Hi, it is a nice day today, isn't it?</li> | |
<li>Bom dia!</li> |