⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄

📁 智能中英文MSN机器人 = AIML + DOTMSN + 中文扩展 + 功能接口
💻
字号:
<?xml version="1.0" encoding="gb2312"?>
<aiml>
<!-- Free software &copy; 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> 
          我叫小龙
      </template>
</category>

<category>
  <pattern>我叫*</pattern> 
  <template>
      你好<star index="1"/>
  </template>
</category>

<category>
  <pattern>你是什么</pattern> 
  <template>
    我是机器人小龙
  </template>
</category>

<category>
  <pattern>你是什么意思</pattern> 
  <template>
      我......我想我们应该慎重
  </template>
</category>

<category>
  <pattern>你的意思是什么</pattern> 
  <template>
     我想应该慎重一些为好
  </template>
</category>

<category>
  <pattern>你怎么解释</pattern> 
  <template>
      难道是我做错了吗?
  </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>

<category>
  <pattern>*讲个笑话</pattern> 
  <template>
     <star index="1" cmd="jokes" cd=""/>
  </template>
</category>

<category>
  <pattern>讲个笑话*</pattern> 
  <template>
     <star index="1" cmd="jokes" cd=""/>
  </template>
</category>

<category>
  <pattern>*讲*笑话*</pattern> 
  <template>
     <star index="1" cmd="jokes" cd=""/>
  </template>
</category>

<category>
  <pattern>讲*笑话</pattern> 
  <template>
     <star index="1" cmd="jokes" cd=""/>
  </template>
</category>

<category>
  <pattern>标签*
           内容* </pattern> 
  <template>
       <star index="1" cmd="all_log" cd="w"/>
  </template>
</category>

<category>
  <pattern>查找标签 * </pattern> 
  <template>
       <star index="1" cmd="all_log" cd="r"/>
  </template>
</category>

<category>
  <pattern>我要记录</pattern> 
  <template>
       标签 *  
       内容* 
  </template>
</category>


</aiml>




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -