文件名称:chatterbean-modiff
-
所属分类:
- 标签属性:
- 上传时间:2013-08-09
-
文件大小:533.37kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
简单说明一下AIML的常用标签:
1:pattern tag:支持模式匹配(正则表达式,模糊匹配),及基于template的返回
2:random tag:支持随机回答(一对多)
4:think,system tag: 支持简单逻辑记忆及自定义函数(本来打算扩展一下AIML, 搞一个支持Groovy语言的标签, 结果看到了它的<system>标签, 遂作罢)
5:javascr ipt tag: 支持嵌入js脚本(适用于web chat开发,比如根据情绪改变表情等)。
6:srai tag: 支持多对一回答.
详细内容请参加AIML的官方文档:
http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html-Briefly explain AIML common label: 1: pattern tag: support for pattern matching (regular expressions, fuzzy matching), and based on the template returns 2: random tag: support random answer (many) 4: think, system tag: supports simple logical memory and self-defined functions (originally intended to expand what AIML, engage a support Groovy language labels, and seeing its <system> Labels, then give up) 5: javascr ipt tag: support embedded js scr ipt (for web chat and development, such as facial expressions, etc. according to mood changes). 6: srai tag: support many-to answer more information, please attend AIML official documentation: http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html
1:pattern tag:支持模式匹配(正则表达式,模糊匹配),及基于template的返回
2:random tag:支持随机回答(一对多)
4:think,system tag: 支持简单逻辑记忆及自定义函数(本来打算扩展一下AIML, 搞一个支持Groovy语言的标签, 结果看到了它的<system>标签, 遂作罢)
5:javascr ipt tag: 支持嵌入js脚本(适用于web chat开发,比如根据情绪改变表情等)。
6:srai tag: 支持多对一回答.
详细内容请参加AIML的官方文档:
http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html-Briefly explain AIML common label: 1: pattern tag: support for pattern matching (regular expressions, fuzzy matching), and based on the template returns 2: random tag: support random answer (many) 4: think, system tag: supports simple logical memory and self-defined functions (originally intended to expand what AIML, engage a support Groovy language labels, and seeing its <system> Labels, then give up) 5: javascr ipt tag: support embedded js scr ipt (for web chat and development, such as facial expressions, etc. according to mood changes). 6: srai tag: support many-to answer more information, please attend AIML official documentation: http://alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html
(系统自动生成,下载前可以参看下载内容)
下载文件列表
junit.jar
Bots/
Bots/Alice/
Bots/Alice/Again.aiml
Bots/Alice/Alice.aiml
Bots/Alice/alice.txt
Bots/Alice/Astrology.aiml
Bots/Alice/condition.aiml
Bots/Alice/empty_wildcard.aiml
Bots/Alice/Gender.aiml
Bots/Alice/id.aiml
Bots/Alice/Learn/
Bots/Alice/Learn/Learned.aiml
Bots/Alice/learn.aiml
Bots/Alice/Person.aiml
Bots/Alice/Person2.aiml
Bots/Alice/random.aiml
Bots/Alice/thatstar.aiml
Bots/Alice/thattopic.aiml
Bots/Alice/topicstar.aiml
Bots/Alice/version.aiml
Bots/context.xml
Bots/properties.xml
Bots/splitters.xml
Bots/substitutions.xml
ssss
Documents/
Documents/GNU General Public License.txt
Documents/gossip.txt
Documents/index.html
Documents/requests.txt
Documents/responses.txt
Documents/style.css
Documents/The wildcard-filling problem.txt
Logs/
Scraps/
Scraps/ChatterBean.java
Scraps/Chi.aiml
Scraps/console.jsp
Scraps/ListMatcher.java
Scraps/listmatcher.properties.xml
Scraps/ListMatcherSorter.java
Scraps/ListMatcherSorterTest.java
Scraps/Matcher.java
Scraps/reset.jsp
Scraps/TemplateTag.java
Sources/
Sources/bitoflife/
Sources/bitoflife/chatterbean/
Sources/bitoflife/chatterbean/aiml/
Sources/bitoflife/chatterbean/aiml/Aiml.java
Sources/bitoflife/chatterbean/aiml/AIMLElement.java
Sources/bitoflife/chatterbean/aiml/AIMLHandler.java
Sources/bitoflife/chatterbean/aiml/AIMLHandlerTest.java
Sources/bitoflife/chatterbean/aiml/AIMLParser.java
Sources/bitoflife/chatterbean/aiml/AIMLParserConfigurationException.java
Sources/bitoflife/chatterbean/aiml/AIMLParserException.java
Sources/bitoflife/chatterbean/aiml/AIMLParserTest.java
Sources/bitoflife/chatterbean/aiml/AIMLStack.java
Sources/bitoflife/chatterbean/aiml/Bot.java
Sources/bitoflife/chatterbean/aiml/Category.java
Sources/bitoflife/chatterbean/aiml/CategoryTest.java
Sources/bitoflife/chatterbean/aiml/Condition.java
Sources/bitoflife/chatterbean/aiml/Date.java
Sources/bitoflife/chatterbean/aiml/Formal.java
Sources/bitoflife/chatterbean/aiml/Gender.java
Sources/bitoflife/chatterbean/aiml/Get.java
Sources/bitoflife/chatterbean/aiml/Gossip.java
Sources/bitoflife/chatterbean/aiml/Id.java
Sources/bitoflife/chatterbean/aiml/Input.java
Sources/bitoflife/chatterbean/aiml/Javascript.java
Sources/bitoflife/chatterbean/aiml/Learn.java
Sources/bitoflife/chatterbean/aiml/Li.java
Sources/bitoflife/chatterbean/aiml/Lowercase.java
Sources/bitoflife/chatterbean/aiml/Pattern.java
Sources/bitoflife/chatterbean/aiml/Person.java
Sources/bitoflife/chatterbean/aiml/Person2.java
Sources/bitoflife/chatterbean/aiml/Random.java
Sources/bitoflife/chatterbean/aiml/Sentence.java
Sources/bitoflife/chatterbean/aiml/Set.java
Sources/bitoflife/chatterbean/aiml/Size.java
Sources/bitoflife/chatterbean/aiml/Sr.java
Sources/bitoflife/chatterbean/aiml/Srai.java
Sources/bitoflife/chatterbean/aiml/Star.java
Sources/bitoflife/chatterbean/aiml/System.java
Sources/bitoflife/chatterbean/aiml/SystemTest.java
Sources/bitoflife/chatterbean/aiml/Template.java
Sources/bitoflife/chatterbean/aiml/TemplateElement.java
Sources/bitoflife/chatterbean/aiml/TemplateElementTest.java
Sources/bitoflife/chatterbean/aiml/Text.java
Sources/bitoflife/chatterbean/aiml/That.java
Sources/bitoflife/chatterbean/aiml/Thatstar.java
Sources/bitoflife/chatterbean/aiml/Think.java
Sources/bitoflife/chatterbean/aiml/Topic.java
Sources/bitoflife/chatterbean/aiml/Topicstar.java
Sources/bitoflife/chatterbean/aiml/Uppercase.java
Sources/bitoflife/chatterbean/aiml/Version.java
Sources/bitoflife/chatterbean/AliceBot.java
Sources/bitoflife/chatterbean/AliceBotMother.java
Sources/bitoflife/chatterbean/AliceBotTest.java
Sources/bitoflife/chatterbean/ChatterBean.java
Sources/bitoflife/chatterbean/ChatterBeanException.java
Sources/bitoflife/chatterbean/config/
Sources/bitoflife/chatterbean/config/ConfigException.java
Sources/bitoflife/chatterbean/config/TokenizerConfig.java
Sources/bitoflife/chatterbean/config/TokenizerConfigStream.java
Sources/bitoflife/chatterbean/Context.java
Sources/bitoflife/chatterbean/ContextPropertyChangeListener.java
Sources/bitoflife/chatterbean/ContextRandomSeedChangeListener.java
Sources/bitoflife/chatterbean/ContextTopicChangeListener.java
Sources/bitoflife/chatterbean/Graphmaster.java
Sources/bitoflife/chatterbean/GraphmasterMother.java
Sources/bitoflife/chatterbean/GraphmasterTest.java
Sources/bitoflife/chatterbean/Logger.java
Sources/bitoflife/chatterbean/LoggerTest.java
Sources/bitoflife/chatterbean/Match.java
Sources/bitoflife/chatterbean/MatchTest.java
Sources/bitoflife/chatterbean/parser/
Sources/bitoflife/chatterbean/parser/AliceBotParser.java
Sources/bitoflife/chatterbean/parser/AliceBotParserConfigurationException.java
Sources/bitoflife/chatterbean/parser/AliceBotParserException.java
Sources/bitoflife/chatterbean/parser/ChatterBeanParser.java
Sources/bitoflife/chatterbean/parser/ContextParser.java
Sources/bitoflife/chatterbean/parser/ContextParserTest.java
Sources/bitoflife/chatterbean/parser/ReflectionBuilder.java
Sources/bitoflife/chatterbean/parser/ReflectionHandler.java
Sources/bitoflife/chatterbean/parser/SplitterHandler.java
Sources/bitoflife/chatterbean/parser/SubstitutionBuilder.java
Sources/bitoflife/chatterbean/parser/Tr
Bots/
Bots/Alice/
Bots/Alice/Again.aiml
Bots/Alice/Alice.aiml
Bots/Alice/alice.txt
Bots/Alice/Astrology.aiml
Bots/Alice/condition.aiml
Bots/Alice/empty_wildcard.aiml
Bots/Alice/Gender.aiml
Bots/Alice/id.aiml
Bots/Alice/Learn/
Bots/Alice/Learn/Learned.aiml
Bots/Alice/learn.aiml
Bots/Alice/Person.aiml
Bots/Alice/Person2.aiml
Bots/Alice/random.aiml
Bots/Alice/thatstar.aiml
Bots/Alice/thattopic.aiml
Bots/Alice/topicstar.aiml
Bots/Alice/version.aiml
Bots/context.xml
Bots/properties.xml
Bots/splitters.xml
Bots/substitutions.xml
ssss
Documents/
Documents/GNU General Public License.txt
Documents/gossip.txt
Documents/index.html
Documents/requests.txt
Documents/responses.txt
Documents/style.css
Documents/The wildcard-filling problem.txt
Logs/
Scraps/
Scraps/ChatterBean.java
Scraps/Chi.aiml
Scraps/console.jsp
Scraps/ListMatcher.java
Scraps/listmatcher.properties.xml
Scraps/ListMatcherSorter.java
Scraps/ListMatcherSorterTest.java
Scraps/Matcher.java
Scraps/reset.jsp
Scraps/TemplateTag.java
Sources/
Sources/bitoflife/
Sources/bitoflife/chatterbean/
Sources/bitoflife/chatterbean/aiml/
Sources/bitoflife/chatterbean/aiml/Aiml.java
Sources/bitoflife/chatterbean/aiml/AIMLElement.java
Sources/bitoflife/chatterbean/aiml/AIMLHandler.java
Sources/bitoflife/chatterbean/aiml/AIMLHandlerTest.java
Sources/bitoflife/chatterbean/aiml/AIMLParser.java
Sources/bitoflife/chatterbean/aiml/AIMLParserConfigurationException.java
Sources/bitoflife/chatterbean/aiml/AIMLParserException.java
Sources/bitoflife/chatterbean/aiml/AIMLParserTest.java
Sources/bitoflife/chatterbean/aiml/AIMLStack.java
Sources/bitoflife/chatterbean/aiml/Bot.java
Sources/bitoflife/chatterbean/aiml/Category.java
Sources/bitoflife/chatterbean/aiml/CategoryTest.java
Sources/bitoflife/chatterbean/aiml/Condition.java
Sources/bitoflife/chatterbean/aiml/Date.java
Sources/bitoflife/chatterbean/aiml/Formal.java
Sources/bitoflife/chatterbean/aiml/Gender.java
Sources/bitoflife/chatterbean/aiml/Get.java
Sources/bitoflife/chatterbean/aiml/Gossip.java
Sources/bitoflife/chatterbean/aiml/Id.java
Sources/bitoflife/chatterbean/aiml/Input.java
Sources/bitoflife/chatterbean/aiml/Javascript.java
Sources/bitoflife/chatterbean/aiml/Learn.java
Sources/bitoflife/chatterbean/aiml/Li.java
Sources/bitoflife/chatterbean/aiml/Lowercase.java
Sources/bitoflife/chatterbean/aiml/Pattern.java
Sources/bitoflife/chatterbean/aiml/Person.java
Sources/bitoflife/chatterbean/aiml/Person2.java
Sources/bitoflife/chatterbean/aiml/Random.java
Sources/bitoflife/chatterbean/aiml/Sentence.java
Sources/bitoflife/chatterbean/aiml/Set.java
Sources/bitoflife/chatterbean/aiml/Size.java
Sources/bitoflife/chatterbean/aiml/Sr.java
Sources/bitoflife/chatterbean/aiml/Srai.java
Sources/bitoflife/chatterbean/aiml/Star.java
Sources/bitoflife/chatterbean/aiml/System.java
Sources/bitoflife/chatterbean/aiml/SystemTest.java
Sources/bitoflife/chatterbean/aiml/Template.java
Sources/bitoflife/chatterbean/aiml/TemplateElement.java
Sources/bitoflife/chatterbean/aiml/TemplateElementTest.java
Sources/bitoflife/chatterbean/aiml/Text.java
Sources/bitoflife/chatterbean/aiml/That.java
Sources/bitoflife/chatterbean/aiml/Thatstar.java
Sources/bitoflife/chatterbean/aiml/Think.java
Sources/bitoflife/chatterbean/aiml/Topic.java
Sources/bitoflife/chatterbean/aiml/Topicstar.java
Sources/bitoflife/chatterbean/aiml/Uppercase.java
Sources/bitoflife/chatterbean/aiml/Version.java
Sources/bitoflife/chatterbean/AliceBot.java
Sources/bitoflife/chatterbean/AliceBotMother.java
Sources/bitoflife/chatterbean/AliceBotTest.java
Sources/bitoflife/chatterbean/ChatterBean.java
Sources/bitoflife/chatterbean/ChatterBeanException.java
Sources/bitoflife/chatterbean/config/
Sources/bitoflife/chatterbean/config/ConfigException.java
Sources/bitoflife/chatterbean/config/TokenizerConfig.java
Sources/bitoflife/chatterbean/config/TokenizerConfigStream.java
Sources/bitoflife/chatterbean/Context.java
Sources/bitoflife/chatterbean/ContextPropertyChangeListener.java
Sources/bitoflife/chatterbean/ContextRandomSeedChangeListener.java
Sources/bitoflife/chatterbean/ContextTopicChangeListener.java
Sources/bitoflife/chatterbean/Graphmaster.java
Sources/bitoflife/chatterbean/GraphmasterMother.java
Sources/bitoflife/chatterbean/GraphmasterTest.java
Sources/bitoflife/chatterbean/Logger.java
Sources/bitoflife/chatterbean/LoggerTest.java
Sources/bitoflife/chatterbean/Match.java
Sources/bitoflife/chatterbean/MatchTest.java
Sources/bitoflife/chatterbean/parser/
Sources/bitoflife/chatterbean/parser/AliceBotParser.java
Sources/bitoflife/chatterbean/parser/AliceBotParserConfigurationException.java
Sources/bitoflife/chatterbean/parser/AliceBotParserException.java
Sources/bitoflife/chatterbean/parser/ChatterBeanParser.java
Sources/bitoflife/chatterbean/parser/ContextParser.java
Sources/bitoflife/chatterbean/parser/ContextParserTest.java
Sources/bitoflife/chatterbean/parser/ReflectionBuilder.java
Sources/bitoflife/chatterbean/parser/ReflectionHandler.java
Sources/bitoflife/chatterbean/parser/SplitterHandler.java
Sources/bitoflife/chatterbean/parser/SubstitutionBuilder.java
Sources/bitoflife/chatterbean/parser/Tr
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.