文件名称:biolalage
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-08-09
- 文件大小:
- 24kb
- 下载次数:
- 0次
- 提 供 者:
- b***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. think元素
型如: <think><set name="topic">Me</set></think>
放置在template元素里面,表示一旦用户的输入匹配到该category时,再回复应答的同时,给一个变量赋值,这里也就是把Me记再脑子里,以后就可以用<get name=”topic”/>来取出先前记住的内容。
2. <star/>表示*,比如有一个匹配模式是<pattern>* 你 好 *<pattern>;注意,由于机器人解析器是外国人-1. Think element type, such as: <think><set name="topic"> Me </set></think> Placed in the template element inside, which means that once the user' s input match to that category, and then reply to answer at the same time, to a variable assignment in mind here is to Me again mind, since you can use <get name=”topic”/> Remember to remove the previous contents. 2. <star/>* Indicates, for example, there is a matching pattern is <pattern>* Hello* <pattern> Note that due to the robot parser is a foreigner
型如: <think><set name="topic">Me</set></think>
放置在template元素里面,表示一旦用户的输入匹配到该category时,再回复应答的同时,给一个变量赋值,这里也就是把Me记再脑子里,以后就可以用<get name=”topic”/>来取出先前记住的内容。
2. <star/>表示*,比如有一个匹配模式是<pattern>* 你 好 *<pattern>;注意,由于机器人解析器是外国人-1. Think element type, such as: <think><set name="topic"> Me </set></think> Placed in the template element inside, which means that once the user' s input match to that category, and then reply to answer at the same time, to a variable assignment in mind here is to Me again mind, since you can use <get name=”topic”/> Remember to remove the previous contents. 2. <star/>* Indicates, for example, there is a matching pattern is <pattern>* Hello* <pattern> Note that due to the robot parser is a foreigner
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AliceBot.java
AliceBotMother.java
AliceBotTest.java
ChatterBean.java
ChatterBeanException.java
Context.java
ContextPropertyChangeListener.java
ContextRandomSeedChangeListener.java
ContextTopicChangeListener.java
Graphmaster.java
GraphmasterMother.java
GraphmasterTest.java
Logger.java
LoggerTest.java
Match.java
MatchTest.java
TestSuite.java