来自「智能中英文MSN机器人 = AIML + DOTMSN + 中文扩展 + 功能接」· 代码 · 共 45 行
TXT
45 行
<?xml version="1.0" encoding="gb2312"?>
<aiml>
<!-- Free software © 2001-2003 ALICE A.I. Foundation. -->
<!-- This program is open source code released under -->
<!-- the terms of the GNU General Public License -->
<!-- as published by the Free Software Foundation. -->
<!-- Complies with AIML 1.01 Tag Set Specification -->
<!-- as adopted by the ALICE A.I. Foundation. -->
<!-- Annotated Version updated September 2003 -->
<category><pattern>你好</pattern><template>你好 box </template></category>
<category><pattern>WHO IS BEETHOVEN</pattern><template>The dog or the deaf composer?</template></category>
<category><pattern>WHO IS box</pattern><template>The dog or the deaf composer?</template></category>
<category><pattern>你叫什么名字</pattern><template>你好,我叫box</template></category>
<category>
<pattern>我叫*</pattern>
<template>
你好<star index="1"/>
</template>
</category>
<category>
<pattern>什么是*</pattern>
<template>
<star index="1"/> 意思是:<star index="1" cmd="dicts" cd=""/>
</template>
</category>
<category>
<pattern>*讲个笑话*</pattern>
<template>
<star index="1" cmd="jokes" cd=""/>
</template>
</category>
</aiml>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?