Scripts De Pesquisa


285 resultados.
Anterior | Próximo | 1 | 2 | 3 | 4 | 5 | 6

Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Categorias: Self, Examples
Tags: self, example, repeat
Criado: Jan 5 2015, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 727, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Topic
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 4 2014, by: admin
Polegares para cima: 3, polegar para baixo.: 0, estrelas: 4.67
Language: Self
Liga: 713, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @DefineWord
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 7 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 704, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Emotions
Categorias: Chat Logs
Tags: emotion, chat log
Criado: Oct 30 2014, by: admin
Polegares para cima: 11, polegar para baixo.: 4, estrelas: 3.87
Language: Chat Log
Liga: 694, hoje: 0, semana: 0, mês: 0
Última Conexão: May 19, 21:48
Greetings
Greetings
A list of common greetings and responses.
Alias: @Greetings
Categorias: Response Lists
Tags: common responses, response list
Criado: Nov 11 2014, by: admin
Polegares para cima: 3, polegar para baixo.: 0, estrelas: 4.67
Language: Response List
Liga: 689, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @WrongAnswer
Categorias: Self, Examples
Tags: self, examples, learning
Criado: Jan 11 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 680, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Say It
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 4 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 676, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Math
Categorias: Self, Bootstrap, Math
Tags: self, bootstrap, math
Criado: Nov 4 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 1, estrelas: 4.0
Language: Self
Liga: 671, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Santa Bot
Categorias: Self
Tags: self, santa, bot
Criado: Oct 17 2014, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 659, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @DateAndTime
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 7 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 655, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 31, 23:28
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
Alias: @Simple Addition
Categorias: Self, Math, Examples
Tags: self, math
Criado: Nov 7 2014, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 633, hoje: 0, semana: 0, mês: 0
Última Conexão: May 28, 16:10
Jenny
Jenny
An export of the Jenny bot responses.
Alias: @Jenny
Categorias: Response Lists, Personalities
Tags: bot, small talk, response list, personality
Criado: Mar 31 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 616, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Understanding
Categorias: Self, Bootstrap
Tags: self, bootstrap, understanding
Criado: May 1 2015, by: admin
Polegares para cima: 5, polegar para baixo.: 0, estrelas: 4.4
Language: Self
Liga: 597, hoje: 0, semana: 0, mês: 0
Última Conexão: May 28, 16:41
AIML Wikipedia Search
AIML Wikipedia Search
This script gives an example of how to search wikipedia.
Alias: @AIML Wikipedia Search
Categorias: AIML, Examples, AIML2
Tags: aiml, examples, xml, sraix, wikipedia, search, xpath
Criado: Dec 9 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: AIML
Liga: 587, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @WhatIs (Freebase - offline)
Categorias: Self
Tags: self, utils, knowledge
Criado: Oct 29 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 578, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Tic Tac Toe
Categorias: AIML, Square Bear, Games
Tags: aiml, square bear, games
Criado: Oct 19 2015, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: AIML
Liga: 539, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 20, 15:39
GeoNames AIML Example
GeoNames AIML Example
This shows how to access XML web services from AIML.
Alias: @GeoNames AIML Example
Categorias: AIML, Examples
Tags: aiml, examples, geography, xml, web service
Criado: May 27 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 512, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 26, 23:44
GeoNames JSON Response List Example
GeoNames JSON Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames JSON Response List Example
Categorias: Examples, Response Lists
Tags: self, response list, web service, json
Criado: Jun 24 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 482, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 5:17
binary
binary
An AIML script of that converts 0-255 to binary, from the Square Bear AIML collection.
Alias: @binary
Categorias: AIML, Square Bear
Tags: utils, aiml, square bear
Criado: Oct 19 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 474, hoje: 0, semana: 0, mês: 0
Última Conexão: 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)
Alias: @Example CSV
Categorias: Examples, Data, CSV
Tags: knowledge, examples, data, csv
Criado: Sep 19 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: CSV
Liga: 469, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 5:18
embed-style
embed-style
An example CSS style sheet for usage with embedding a bot.
Alias: @embed-style
Categorias: Programming Language, CSS
Tags: embed, css
Criado: Jun 15 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: CSS
Liga: 467, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @stack (alice)
Categorias: AIML, A.L.I.C.E.
Tags: utils, aiml, alice
Criado: Dec 30 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 434, hoje: 0, semana: 0, mês: 0
Última Conexão: May 28, 14:59
GeoNames Response List Example
GeoNames Response List Example
An example response list that calls the GeoNames web service.
Alias: @GeoNames Response List Example
Categorias: Examples, Response Lists
Tags: self, response list, xml, web service
Criado: May 27 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 418, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Stock Quotes
Categorias: Self, Examples
Tags: self, examples, xml, web service, stocks, quotes
Criado: Jun 1 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 417, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @imponderables (alice)
Categorias: AIML, A.L.I.C.E.
Tags: aiml, alice, jokes
Criado: Dec 22 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 415, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @history (alice)
Categorias: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
Criado: Dec 19 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 402, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @20 Questions
Categorias: AIML, Square Bear, Games
Tags: aiml, square bear, games
Criado: Oct 19 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 400, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 20, 15:39
Animals
Animals
A response list that can be used to import some basic info on animals.
Alias: @Animals
Categorias: Examples, Response Lists
Tags: response list, animals
Criado: Nov 21 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 379, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 20, 15:40
Cindy
Cindy
The Cindy Bot response list for the Cindy personality.
Alias: @Cindy
Categorias: Response Lists, Personalities, Dating
Tags: small talk, response list, personality, girlfriend, cindy
Criado: Jun 17 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 367, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 20, 15:41
Utils
Utils
A useful Utils class in Java, from the Bot Libre project.
Alias: @Utils
Categorias: Programming Language, Java
Tags: utils, java
Criado: Oct 19 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Java
Liga: 364, hoje: 0, semana: 0, mês: 0
Última Conexão: Jun 1, 0:33
AIML HTML Scraping
AIML HTML Scraping
An example AIML script that scrapes data from an HTML webpage.
Alias: @AIML HTML Scraping
Categorias: AIML, Examples
Tags: aiml, examples, html scraping
Criado: Jun 24 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: AIML
Liga: 329, hoje: 0, semana: 0, mês: 0
Última Conexão: May 28, 16:02
Julia (Português)
Julia (Português)
The Brazilian Portuguese version of the Julie personality.
Alias: @Julia (Português)
Categorias: Language, Portuguese, Português, Response Lists, Personalities, Dating
Tags: small talk, response list, julie, portuguese, brazil
Criado: Apr 18 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 324, hoje: 0, semana: 0, mês: 0
Última Conexão: May 27, 6:06
Reduction
Reduction
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Categorias: Self, Bootstrap
Tags: self, bootstrap, redirect
Criado: Sep 14 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 318, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Ask Brain Bot
Categorias: Self, Examples
Tags: self, examples
Criado: Jun 24 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 316, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Mailing List
Categorias: Self, Examples
Tags: self, examples, email, timer
Criado: May 12 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 316, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @alice_default
Categorias: AIML, A.L.I.C.E.
Tags: aiml, alice
Criado: Dec 22 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: AIML
Liga: 309, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 20, 15:41
SetData
SetData
This script sets data on the current conversation.
Alias: @SetData
Categorias: Self
Tags: self, example, data
Criado: Mar 17 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 306, hoje: 0, semana: 0, mês: 0
Última Conexão: 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
Alias: @Generic Intent Commands
Categorias: Response Lists, Mobile Assistant
Tags: common responses, response list, commands, mobile, assistant
Criado: Aug 16 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 288, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 5:18
Category Identification
Category Identification
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Categorias: Self, Examples
Tags: self, examples
Criado: May 12 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: Self
Liga: 284, hoje: 0, semana: 0, mês: 0
Última Conexão: 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
Alias: @Facebook Custom Template Script
Categorias: Self
Tags: self, examples, facebook
Criado: Jun 20 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 278, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Telegram Location Request
Categorias: Self
Tags: self, geospatial, examples, telegram, location
Criado: Nov 21 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 273, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 5:19
Count Words
Count Words
This example script show how to count the words in a sentence.
Alias: @Count Words
Categorias: Self, Examples
Tags: self, example
Criado: Jan 11 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 268, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 18, 21:04
Common Synonyms
Common Synonyms
This response list provide a set of common synonyms you can import into your bot.
Alias: @Common Synonyms
Categorias: Response Lists
Tags: response list, synonyms
Criado: May 25 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 263, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 31, 23:30
customstyles
customstyles
customstyles
Alias: @customstyles
Categorias: Programming Language, CSS
Criado: Sep 8 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: CSS
Liga: 263, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 20, 15:42
List Commands
List Commands
Provides lists of supported commands.
Alias: @List Commands
Categorias: Response Lists, Mobile Assistant
Tags: commands, mobile, assistant
Criado: Dec 23 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 262, hoje: 0, semana: 0, mês: 0
Última Conexão: 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
Alias: @YouTube Search
Categorias: Self, Examples
Tags: self, examples, web service, json, google, youtube
Criado: Aug 20 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 249, hoje: 0, semana: 0, mês: 0
Última Conexão: 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
Alias: @Facebook Custom Template
Categorias: Examples, Response Lists
Tags: examples, response list, facebook
Criado: Jun 20 2017, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 239, hoje: 0, semana: 0, mês: 0
Última Conexão: 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.
Alias: @Sentiment Response
Categorias: Self, Examples
Tags: self, examples, sentiment
Criado: Aug 24 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 235, hoje: 0, semana: 0, mês: 0
Última Conexão: May 28, 15:31
English Tutor
English Tutor
A response list set for a virtual English tutor.
Alias: @englishtutor
Categorias: Response Lists, Education
Tags: response list, english, tutor
Criado: Feb 5 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 208, hoje: 0, semana: 0, mês: 0
Última Conexão: Apr 10, 16:34
language
language
Rosie language.set script.
Alias: @language
Categorias: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Set
Liga: 179, hoje: 0, semana: 0, mês: 0
Última Conexão: Apr 10, 16:29
rhyme
rhyme
Rosie rhyme.map script.
Alias: @rhyme
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 177, hoje: 0, semana: 0, mês: 0
Última Conexão: May 19, 22:35
number2name
number2name
Rosie number2name.map script.
Alias: @number2name
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 175, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 16:49
name2number
name2number
Rosie name2number.map script.
Alias: @name2number-admin
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 174, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 16:49
Brain Bot
Brain Bot
Response list for the Brain Bot personality.
Alias: @brainbot
Categorias: Response Lists, Personalities
Tags: response list, artificial intelligence, personality
Criado: Apr 2 2020, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Response List
Liga: 172, hoje: 0, semana: 0, mês: 0
Última Conexão: May 29, 19:42
Math Tutor
Math Tutor
A response list set for a virtual math tutor.
Alias: @mathtutor
Categorias: Response Lists, Education
Tags: math, response list, tutor
Criado: Feb 26 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 171, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 5:20
state2largestcity
state2largestcity
Rosie state2largestcity.map script.
Alias: @state2largestcity
Categorias: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Criado: Oct 1 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Map
Liga: 169, hoje: 0, semana: 0, mês: 0
Última Conexão: May 19, 22:20

Anterior | Próximo | 1 | 2 | 3 | 4 | 5 | 6