Component name | Description |
---|---|
str_lower | component lowercasing inputs |
View aiml_config.json
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": [ | |
{ |
View speller_aiml_config.json
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": [ | |
{ |
View spell_corrector_components_table.md
View basic_chat.aiml
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> |