搜索的脚本


285 结果,.
以前的 | | 1 | 2 | 3 | 4 | 5 | 6

Repeat
Repeat
This example script show how to repeat a word in a response n times.
别名: @Repeat
类别: Self, Examples
Tags: self, example, repeat
创建: Jan 5 2015, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Self
连接: 727, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 15:57
Topic
Topic
This script can respond what the current topic is, and reply to questions on the conversation.
It responds to questions like "What is the current topic", "Tell me more", "What did I say", "What did you say". This is a bootstrap script.
别名: @Topic
类别: Self, Bootstrap
Tags: self, utils, bootstrap
创建: Nov 4 2014, by: admin
大拇指: 3, 拇指下: 0, 星星: 4.67
Language: Self
连接: 713, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 16:23
DefineWord
DefineWord
This script allows synonyms, translations, and alternative spellings to be given for a word.
It understands phrases like "lik means like", "lol means laugh", "nom means name".
This is one of the bootstrap scripts.
别名: @DefineWord
类别: Self, Bootstrap
Tags: self, utils, bootstrap
创建: Nov 7 2014, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 704, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 31, 23:41
Emotions
Emotions
A chat log that associates emotions with their words. This chat log needs to be imported with "Understanding and comprehension" checked.
别名: @Emotions
类别: Chat Logs
Tags: emotion, chat log
创建: Oct 30 2014, by: admin
大拇指: 11, 拇指下: 4, 星星: 3.87
Language: Chat Log
连接: 694, 今天: 0, 周: 0, 一个月: 0
最后连接: May 19, 21:48
Greetings
Greetings
A list of common greetings and responses.
别名: @Greetings
类别: Response Lists
Tags: common responses, response list
创建: Nov 11 2014, by: admin
大拇指: 3, 拇指下: 0, 星星: 4.67
Language: Response List
连接: 689, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 15:40
WrongAnswer
WrongAnswer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
别名: @WrongAnswer
类别: Self, Examples
Tags: self, examples, learning
创建: Jan 11 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 680, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 15:39
Say It
Say It
The script responds to requests like "Say you like me" "Yell you like cheese". It will simply repeat the phrase, minus the "say" and replacing 1st and 2nd person.
This is a bootstrap script.
别名: @Say It
类别: Self, Bootstrap
Tags: self, utils, bootstrap
创建: Nov 4 2014, by: admin
大拇指: 2, 拇指下: 0, 星星: 5.0
Language: Self
连接: 676, 今天: 0, 周: 0, 一个月: 0
最后连接: May 31, 13:13
Math
Math
This script understands basic math, addition, subtraction, multiplication, and division, such as "what is 1 * 2 / 4 + 6 - -1", "2.2 + 5.5 =?", "one plus two".
It uses a calculator function to perform the math, not first principles like the plus script.
This is one of the bootstrap scripts.
别名: @Math
类别: Self, Bootstrap, Math
Tags: self, bootstrap, math
创建: Nov 4 2014, by: admin
大拇指: 2, 拇指下: 1, 星星: 4.0
Language: Self
连接: 671, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 15:44
Santa Bot
Santa Bot
This is the script used by Santa Bot.
It was written on an earlier version of Self, so is probably more complex than now required now, but does give a good example of how to script responses based on context, how to associate knowledge, and how to create names.
别名: @Santa Bot
类别: Self
Tags: self, santa, bot
创建: Oct 17 2014, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Self
连接: 659, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 26, 15:40
DateAndTime
DateAndTime
This script answers questions about the date and time.
It can answer questions like "What is the date", "What is the time", "What is the day of the week" This is one of the bootstrap scripts.
别名: @DateAndTime
类别: Self, Bootstrap
Tags: self, utils, bootstrap
创建: Nov 7 2014, by: admin
大拇指: 2, 拇指下: 0, 星星: 5.0
Language: Self
连接: 655, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 31, 23:28
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
别名: @Simple Addition
类别: Self, Math, Examples
Tags: self, math
创建: Nov 7 2014, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Self
连接: 633, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 16:10
Jenny
Jenny
An export of the Jenny bot responses.
别名: @Jenny
类别: Response Lists, Personalities
Tags: bot, small talk, response list, personality
创建: Mar 31 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 616, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 16:39
Understanding
Understanding
This script attempts to understand simple phrases.
It can understand simple phrases of the form "{noun} {verb} {adjective}", such as "The sky is blue" or "I am tall", but also more complex phrases such as "What is my name?", "Is my dog black?", "My dog is very smart".
It requires knowledge of the words used to know if they are a noun, verb, or adjective. Words are normally looked up in the background on Wiktionary to determine their meaning, so you may need to say the same phrase twice before the bot understands.
All understood phrases affect the bot's knowledge base, it will remember persistently if "the sky is blue", and then be able to answer "is the sky blue?".
This is the most complex of the bootstrap scripts, and is continually evolving.
别名: @Understanding
类别: Self, Bootstrap
Tags: self, bootstrap, understanding
创建: May 1 2015, by: admin
大拇指: 5, 拇指下: 0, 星星: 4.4
Language: Self
连接: 597, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 16:41
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
别名: @AIML Wikipedia Search
类别: AIML, Examples, AIML2
Tags: aiml, examples, xml, sraix, wikipedia, search, xpath
创建: Dec 9 2016, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: AIML
连接: 587, 今天: 0, 周: 0, 一个月: 0
最后连接: May 19, 21:54
WhatIs (Freebase - offline)
WhatIs (Freebase - offline)
Wiktionary and Freebase lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Freebase (similar to Wikipedia). For Freebase lookups it will also import all of the available information on the object, and be able to then answer related questions.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
别名: @WhatIs (Freebase - offline)
类别: Self
Tags: self, utils, knowledge
创建: Oct 29 2014, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 578, 今天: 0, 周: 0, 一个月: 0
最后连接: May 19, 23:37
Tic Tac Toe
Tic Tac Toe
An AIML script of an HTML Tic Tac Toe game, from the Square Bear AIML collection. Type "tictactoe" to start a game.
别名: @Tic Tac Toe
类别: AIML, Square Bear, Games
Tags: aiml, square bear, games
创建: Oct 19 2015, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: AIML
连接: 539, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 20, 15:39
GeoNames AIML Example
GeoNames AIML Example
This shows how to access XML web services from AIML.
别名: @GeoNames AIML Example
类别: AIML, Examples
Tags: aiml, examples, geography, xml, web service
创建: May 27 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 512, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 26, 23:44
GeoNames JSON Response List Example
GeoNames JSON Response List Example
An example response list that calls the GeoNames web service.
别名: @GeoNames JSON Response List Example
类别: Examples, Response Lists
Tags: self, response list, web service, json
创建: Jun 24 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 482, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:17
binary
binary
An AIML script of that converts 0-255 to binary, from the Square Bear AIML collection.
别名: @binary
类别: AIML, Square Bear
Tags: utils, aiml, square bear
创建: Oct 19 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 474, 今天: 0, 周: 0, 一个月: 0
最后连接: Jun 1, 0:32
Example CSV
Example CSV
An example CSV (comma separated values) file. CSV files can be imported as data into a bot's knowledge base, or can be parsed from the web or file upload in Self using Http.requestCSV(url)
别名: @Example CSV
类别: Examples, Data, CSV
Tags: knowledge, examples, data, csv
创建: Sep 19 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: CSV
连接: 469, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:18
embed-style
embed-style
An example CSS style sheet for usage with embedding a bot.
别名: @embed-style
类别: Programming Language, CSS
Tags: embed, css
创建: Jun 15 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: CSS
连接: 467, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 19, 23:14
stack (alice)
stack (alice)
The stack AIML script from the ALICE A.I. FOUNDATION. This script records the last eight topics in the converation. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @stack (alice)
类别: AIML, A.L.I.C.E.
Tags: utils, aiml, alice
创建: Dec 30 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 434, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 14:59
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
别名: @GeoNames Response List Example
类别: Examples, Response Lists
Tags: self, response list, xml, web service
创建: May 27 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 418, 今天: 0, 周: 0, 一个月: 0
最后连接: Dec 28 2022, 17:11
Stock Quotes
Stock Quotes
This script show an example of accessing stock quotes from the Quandi web service. You can use it as is, or modify it as you wish. Please replace the Quandi api-key with your own api-key.
别名: @Stock Quotes
类别: Self, Examples
Tags: self, examples, xml, web service, stocks, quotes
创建: Jun 1 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 417, 今天: 0, 周: 0, 一个月: 0
最后连接: Jun 1, 0:34
imponderables (alice)
imponderables (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a random set of clever or funny questions and statements. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @imponderables (alice)
类别: AIML, A.L.I.C.E.
Tags: aiml, alice, jokes
创建: Dec 22 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 415, 今天: 0, 周: 0, 一个月: 0
最后连接: Jun 1, 0:33
history (alice)
history (alice)
The history AIML script from the ALICE A.I. FOUNDATION. This script contains a handful of responses on historical information. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
别名: @history (alice)
类别: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
创建: Dec 19 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 402, 今天: 0, 周: 0, 一个月: 0
最后连接: May 30, 12:42
20 Questions
20 Questions
An AIML script of a 20 questions game, from the Square Bear AIML collection. Type "20q" to start a game.
别名: @20 Questions
类别: AIML, Square Bear, Games
Tags: aiml, square bear, games
创建: Oct 19 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 400, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 20, 15:39
Animals
Animals
A response list that can be used to import some basic info on animals.
别名: @Animals
类别: Examples, Response Lists
Tags: response list, animals
创建: Nov 21 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 379, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 20, 15:40
Cindy
Cindy
The Cindy Bot response list for the Cindy personality.
别名: @Cindy
类别: Response Lists, Personalities, Dating
Tags: small talk, response list, personality, girlfriend, cindy
创建: Jun 17 2016, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Response List
连接: 367, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 20, 15:41
Utils
Utils
A useful Utils class in Java, from the Bot Libre project.
别名: @Utils
类别: Programming Language, Java
Tags: utils, java
创建: Oct 19 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Java
连接: 364, 今天: 0, 周: 0, 一个月: 0
最后连接: Jun 1, 0:33
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
别名: @AIML HTML Scraping
类别: AIML, Examples
Tags: aiml, examples, html scraping
创建: Jun 24 2016, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: AIML
连接: 329, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 16:02
Julia (Português)
Julia (Português)
The Brazilian Portuguese version of the Julie personality.
别名: @Julia (Português)
类别: Language, Portuguese, Português, Response Lists, Personalities, Dating
Tags: small talk, response list, julie, portuguese, brazil
创建: Apr 18 2016, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Response List
连接: 324, 今天: 0, 周: 0, 一个月: 0
最后连接: May 27, 6:06
Reduction
Reduction
A redirect script that redirect some kind phrases to simpler forms.
别名: @Reduction
类别: Self, Bootstrap
Tags: self, bootstrap, redirect
创建: Sep 14 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 318, 今天: 0, 周: 0, 一个月: 0
最后连接: May 30, 3:09
Ask Brain Bot
Ask Brain Bot
This is an example script that uses Self to invoke the Bot Libre API to forward a question to another bot.
别名: @Ask Brain Bot
类别: Self, Examples
Tags: self, examples
创建: Jun 24 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 316, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:17
Mailing List
Mailing List
This script gives an example of a mailing list bot that sends email notifications of new blog posts using a timer function.
别名: @Mailing List
类别: Self, Examples
Tags: self, examples, email, timer
创建: May 12 2017, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 316, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:19
alice_default
alice_default
The default "*" pattern for the ALICE script set. This does a SRAI rediect to the "RANDOM PICKUP LINE" pattern which returns a random smalltalk phrase. This script should be last in you list of scripts, or if you want to enable heuristic response matching use this template as your bot's "default response" instead.
别名: @alice_default
类别: AIML, A.L.I.C.E.
Tags: aiml, alice
创建: Dec 22 2015, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: AIML
连接: 309, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 20, 15:41
SetData
SetData
This script sets data on the current conversation.
别名: @SetData
类别: Self
Tags: self, example, data
创建: Mar 17 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 306, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:16
Generic Intent Commands
Generic Intent Commands
Using generic arguments (ie: action, intent, uri, extra), these commands will add the functionality for your bot to send email, sms, set alarms etc on the device. See the Website link for a detailed tutorial. Load the whole script, choose the commands you want or use this as a guideline to create your own commands. Note: You will need permissions to send sms, set alarms and call a phone number directly
别名: @Generic Intent Commands
类别: Response Lists, Mobile Assistant
Tags: common responses, response list, commands, mobile, assistant
创建: Aug 16 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 288, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:18
Category Identification
Category Identification
This script gives a simple example of using objects in Self to define and use information.
别名: @Category Identification
类别: Self, Examples
Tags: self, examples
创建: May 12 2017, by: admin
大拇指: 0, 拇指下: 1, 星星: 2.0
Language: Self
连接: 284, 今天: 0, 周: 0, 一个月: 0
最后连接: May 19, 23:37
Facebook Custom Template Script
Facebook Custom Template Script
This Self script shows you how to use custom Facebook message templates. Facebook support several message templates that let your bot use more than text message replies. Bot Libre automatically translates HTML messages from your bot to Facebook templates, including buttons, links, images, and videos, but for some templates you may require a deeper level of access. Facebook allows a JSON template to be passed with a message to provide rich content. For a list of Facebook templates see, https://developers.facebook.com/docs/messenger-platform/send-api-reference/templates
别名: @Facebook Custom Template Script
类别: Self
Tags: self, examples, facebook
创建: Jun 20 2017, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 278, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 18, 21:05
Telegram Location Request
Telegram Location Request
This script gives an example script for how to request and process the user's location in a Telegram Messenger bot.
别名: @Telegram Location Request
类别: Self
Tags: self, geospatial, examples, telegram, location
创建: Nov 21 2017, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 273, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:19
Count Words
Count Words
This example script show how to count the words in a sentence.
别名: @Count Words
类别: Self, Examples
Tags: self, example
创建: Jan 11 2017, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 268, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 18, 21:04
Common Synonyms
Common Synonyms
This response list provide a set of common synonyms you can import into your bot.
别名: @Common Synonyms
类别: Response Lists
Tags: response list, synonyms
创建: May 25 2018, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 263, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 31, 23:30
customstyles
customstyles
customstyles
别名: @customstyles
类别: Programming Language, CSS
创建: Sep 8 2017, by: admin
大拇指: 0, 拇指下: 1, 星星: 2.0
Language: CSS
连接: 263, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 20, 15:42
List Commands
List Commands
Provides lists of supported commands.
别名: @List Commands
类别: Response Lists, Mobile Assistant
Tags: commands, mobile, assistant
创建: Dec 23 2016, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 262, 今天: 0, 周: 0, 一个月: 0
最后连接: May 19, 23:23
YouTube Search
YouTube Search
This is an example script that searches YouTube for a video using the Google YouTube search API. Note, you require a Google API key to call the API. https://developers.google.com/youtube/v3/docs/search/list
别名: @YouTube Search
类别: Self, Examples
Tags: self, examples, web service, json, google, youtube
创建: Aug 20 2018, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 249, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 15:40
Facebook Custom Template
Facebook Custom Template
This response list shows you how to use custom Facebook message templates. Facebook support several message templates that let your bot use more than text message replies. Bot Libre automatically translates HTML messages from your bot to Facebook templates, including buttons, links, images, and videos, but for some templates you may require a deeper level of access. Facebook allows a JSON template to be passed with a message to provide rich content. For a list of Facebook templates see, https://developers.facebook.com/docs/messenger-platform/send-api-reference/templates
别名: @Facebook Custom Template
类别: Examples, Response Lists
Tags: examples, response list, facebook
创建: Jun 20 2017, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Response List
连接: 239, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:19
Sentiment Response
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
别名: @Sentiment Response
类别: Self, Examples
Tags: self, examples, sentiment
创建: Aug 24 2018, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Self
连接: 235, 今天: 0, 周: 0, 一个月: 0
最后连接: May 28, 15:31
English Tutor
English Tutor
A response list set for a virtual English tutor.
别名: @englishtutor
类别: Response Lists, Education
Tags: response list, english, tutor
创建: Feb 5 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 208, 今天: 0, 周: 0, 一个月: 0
最后连接: Apr 10, 16:34
language
language
Rosie language.set script.
别名: @language
类别: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
创建: Oct 1 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Set
连接: 179, 今天: 0, 周: 0, 一个月: 0
最后连接: Apr 10, 16:29
rhyme
rhyme
Rosie rhyme.map script.
别名: @rhyme
类别: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
创建: Oct 1 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Map
连接: 177, 今天: 0, 周: 0, 一个月: 0
最后连接: May 19, 22:35
number2name
number2name
Rosie number2name.map script.
别名: @number2name
类别: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
创建: Oct 1 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Map
连接: 175, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 16:49
name2number
name2number
Rosie name2number.map script.
别名: @name2number-admin
类别: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
创建: Oct 1 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Map
连接: 174, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 16:49
Brain Bot
Brain Bot
Response list for the Brain Bot personality.
别名: @brainbot
类别: Response Lists, Personalities
Tags: response list, artificial intelligence, personality
创建: Apr 2 2020, by: admin
大拇指: 1, 拇指下: 0, 星星: 5.0
Language: Response List
连接: 172, 今天: 0, 周: 0, 一个月: 0
最后连接: May 29, 19:42
Math Tutor
Math Tutor
A response list set for a virtual math tutor.
别名: @mathtutor
类别: Response Lists, Education
Tags: math, response list, tutor
创建: Feb 26 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Response List
连接: 171, 今天: 0, 周: 0, 一个月: 0
最后连接: Mar 21, 5:20
state2largestcity
state2largestcity
Rosie state2largestcity.map script.
别名: @state2largestcity
类别: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
创建: Oct 1 2019, by: admin
大拇指: 0, 拇指下: 0, 星星: 0.0
Language: Map
连接: 169, 今天: 0, 周: 0, 一个月: 0
最后连接: May 19, 22:20

以前的 | | 1 | 2 | 3 | 4 | 5 | 6