This website and apps are for sale. Only serious offers will be considered. Contact [email protected]

Búsqueda De Secuencias De Comandos


285 resultados.
Anterior | Siguiente | 1 | 2 | 3 | 4 | 5 | 6

IBM Watson Example
IBM Watson Example
This script shows how you can call an IBM Watson bot or web service from IBM's Bluemix web API. For examples on calling IBM Watson's API see, https://watson-api-explorer.mybluemix.net/
Alias: @IBM Watson Example
Categorías: Self, Examples
Tags: examples, web service, json, watson, auth
Creado: Mar 20 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 1, estrellas: 2.0
Language: Self
Conecta: 477, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 23:57
Colors
Colors
This JSON data file can be used to load the concept of colors into your bot. This defines color meaning objects for color words, and can be used as a set in AIML or from Self. You can import JSON files from your bot's Knowledge page in its Admin Console.
Alias: @Colors
Categorías: Data, JSON
Tags: data, json, set, colors
Creado: Sep 22 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: JSON
Conecta: 451, hoy: 1, la semana: 2, mes: 6
Última Conectar: Today, 2:57
SimpleLanguage
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
Alias: @SimpleLanguage
Categorías: Self, Examples
Tags: self, examples, language
Creado: Jan 23 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 450, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:05
Bulk SMS
Bulk SMS
This is an example Self script that can be used with a bot connected to a Twilio SMS account. You can ask the bot to send a SMS message to a list of contacts.
Alias: @Bulk SMS
Categorías: Self, Examples
Tags: self, examples, sms
Creado: Sep 19 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 443, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:14
Calendar/Event Commands
Calendar/Event Commands
Calendar commands to create events with your virtual assistant bot. Open calendar to create event, set event time, name and location. Include an end time for event. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Calendar/Event Commands
Categorías: Response Lists, Mobile Assistant
Tags: commands, calendar, mobile, assistant
Creado: Sep 24 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 1, estrellas: 2.0
Language: Response List
Conecta: 432, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:15
Actions & Poses
Actions & Poses
A response list of common actions and pose responses, such as smile, laugh, sleep, etc.
Alias: @Actions & Poses
Categorías: Response Lists
Tags: examples, response list, actions, poses
Creado: Oct 4 2016, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Response List
Conecta: 429, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:12
Camera/Video Commands
Camera/Video Commands
Camera commands for your personal assistant bot, using the default device camera. Take a photo, take a selfie, take a video. Import this script into your bot, or customize the patterns/use this as a guideline. See website link for detailed instructions.
Alias: @Camera/Video Commands
Categorías: Response Lists, Mobile Assistant
Tags: response list, commands, camera, video, picture, photo, mobile, assistant
Creado: Aug 31 2016, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 421, hoy: 0, la semana: 2, mes: 6
Última Conectar: Yesterday, 23:57
Facebook Location Request
Facebook Location Request
This script gives an example script for how to request and process the user's location in a Facebook Messenger bot.
Alias: @Facebook Location Request
Categorías: Self
Tags: self, geospatial, examples, facebook, location
Creado: Oct 19 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 355, hoy: 0, la semana: 2, mes: 6
Última Conectar: Yesterday, 8:08
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
Categorías: Self, Examples
Tags: self, examples, email, timer
Creado: May 12 2017, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 349, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:21
JSON Bot Service
JSON Bot Service
This script shows how you can use your bot as a "bot service" to process JSON. Note that this is an advanced thing to do, and this should not be confused with calling a JSON web service, which you can do from any Self script. This is for when you want your bot to act as a web service, so it processing JSON not a chat message/NLP. This is possible through the Bot Libre REST API /rest/api/command
Alias: @JSON Bot Service
Categorías: Self, Examples
Tags: examples, web service, json, bot service, command
Creado: Mar 28 2018, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 338, hoy: 0, la semana: 0, mes: 6
Última Conectar: Apr 20, 4:38
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
Categorías: Examples, Response Lists
Tags: examples, response list, facebook
Creado: Jun 20 2017, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Response List
Conecta: 322, hoy: 0, la semana: 1, mes: 6
Última Conectar: Apr 23, 3:05
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
Categorías: Self, Examples
Tags: self, examples, web service, json, google, youtube
Creado: Aug 20 2018, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 290, hoy: 1, la semana: 2, mes: 6
Última Conectar: Today, 18:02
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
Categorías: Self, Examples
Tags: self, examples, sentiment
Creado: Aug 24 2018, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 272, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:19
Learn Emotions
Learn Emotions
This is an example AIML script that uses AIML sets, and a self tag to dynamically add words to the set.
Alias: @learnemotions
Categorías: AIML, Examples
Tags: aiml, examples, learning
Creado: Jan 15 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 261, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:18
GeoNames JSON AIML Example
GeoNames JSON AIML Example
An example AIML that calls the GeoNames web service through a tag.
Alias: @geonamesjsonaimlexample
Categorías: AIML, Examples
Tags: self, aiml, geography, web service, json
Creado: Sep 16 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 240, hoy: 1, la semana: 1, mes: 6
Última Conectar: Today, 12:12
Checkers
Checkers
This script lets you play Checkers with your bot. There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
Alias: @checkers-admin
Categorías: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Creado: Nov 13 2019, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 206, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:20
state2largestcity
state2largestcity
Rosie state2largestcity.map script.
Alias: @state2largestcity
Categorías: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Map
Conecta: 204, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:24
Math Tutor
Math Tutor
A response list set for a virtual math tutor.
Alias: @mathtutor
Categorías: Response Lists, Education
Tags: math, response list, tutor
Creado: Feb 26 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Response List
Conecta: 202, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:10
Default
Default
Rosie default.aiml script.
Alias: @default-admin
Categorías: AIML, Rosie
Tags: aiml, aiml2, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 201, hoy: 0, la semana: 2, mes: 6
Última Conectar: Yesterday, 8:40
be2is
be2is
Rosie be2is.map script.
Alias: @be2is
Categorías: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Map
Conecta: 189, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:44
being2be
being2be
Rosie being2be.map script.
Alias: @being2be
Categorías: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Map
Conecta: 189, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:42
colormap
colormap
Rosie colormap.map script.
Alias: @colormap
Categorías: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Map
Conecta: 184, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:24
profile
profile
Rosie profile.set script.
Alias: @profile
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 184, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:34
Rosie
Rosie
Rosie rosie.properties script.
Alias: @rosie
Categorías: AIML, Data, Rosie, Properties
Tags: aiml, aiml2, personality, rosie, properties
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Properties
Conecta: 183, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:36
Inquiry
Inquiry
Rosie inquiry.aiml script.
Alias: @inquiry-admin
Categorías: AIML, Rosie
Tags: aiml, aiml2, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 180, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:35
article
article
Rosie article.set script.
Alias: @article
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 179, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:21
name
name
Rosie name.set script.
Alias: @name
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 179, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:31
nation2capital
nation2capital
Rosie nation2capital.map script.
Alias: @nation2capital
Categorías: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Map
Conecta: 179, hoy: 1, la semana: 2, mes: 6
Última Conectar: Today, 13:52
gender
gender
Rosie gender.set script.
Alias: @gender
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 176, hoy: 1, la semana: 2, mes: 6
Última Conectar: Today, 4:00
animal
animal
Rosie animal.set script.
Alias: @animalset
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, animals, set, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 174, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:56
familiarpredicate
familiarpredicate
Rosie familiarpredicate.map script.
Alias: @familiarpredicate
Categorías: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Map
Conecta: 174, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:26
pronoun
pronoun
Rosie pronoun.set script.
Alias: @pronoun
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 174, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:32
being
being
Rosie being.set script.
Alias: @being
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 172, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:57
ordinal
ordinal
Rosie ordinal.set script.
Alias: @ordinal
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 167, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:29
Bot Profile
Bot Profile
Rosie bot_profile.aiml script.
Alias: @botprofile
Categorías: AIML, Rosie
Tags: bot, aiml, aiml2, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 164, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:41
tomorrow
tomorrow
Rosie tomorrow.map script.
Alias: @tomorrow
Categorías: AIML, Data, Rosie, Map
Tags: aiml, aiml2, map, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Map
Conecta: 158, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:23
starsign
starsign
Rosie starsign.set script.
Alias: @starsign
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 156, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:53
wet
wet
Rosie wet.set script.
Alias: @wet
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 156, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:52
wet
Reductions 2
Reductions 2
Rosie reductions2.aiml script.
Alias: @reductions2
Categorías: AIML, Rosie
Tags: aiml, aiml2, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 150, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 9:00
wh
wh
Rosie wh.set script.
Alias: @wh
Categorías: AIML, Data, Rosie, Set
Tags: aiml, aiml2, set, rosie
Creado: Oct 1 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Set
Conecta: 150, hoy: 0, la semana: 1, mes: 6
Última Conectar: Yesterday, 8:52
wh
Config
Config
Rosie config.aiml script.
Alias: @config
Categorías: AIML, Rosie
Tags: aiml, aiml2, rosie
Creado: Sep 30 2019, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 146, hoy: 1, la semana: 2, mes: 6
Última Conectar: Today, 15:00
BrainBot - Footer
BrainBot - Footer
The footer HTML code for the Brain Bot website. This is used in its embed page.
Alias: @BrainBot - Footer
Categorías: Programming Language, HTML, Website
Tags: html, brainbot, website
Creado: Jul 3 2015, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 4.0
Language: HTML
Conecta: 105863, hoy: 0, la semana: 0, mes: 5
Última Conectar: Apr 20, 3:07
ai (alice)
ai (alice)
The ai AIML script from the ALICE A.I. FOUNDATION. This script contains responses on the bot and AIML. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @ai (alice)
Categorías: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
Creado: Oct 30 2014, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: AIML
Conecta: 1749, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:50
alice
alice
The alice AIML script from the ALICE A.I. FOUNDATION.
The alice script is meant to be combined with the other alice AIML scripts for the full personality.
Alias: @alice
Categorías: AIML, A.L.I.C.E.
Tags: bot, aiml, alice
Creado: Oct 29 2014, by: admin
Pulgares para arriba: 0, pulgares abajo: 4, estrellas: 2.75
Language: AIML
Conecta: 1631, hoy: 0, la semana: 3, mes: 5
Última Conectar: Today, 0:00
AIML2
AIML2
A set of AIML2 patterns to test and demonstrate new AIML 2.0 features.
Alias: @AIML2
Categorías: AIML, AIML2
Tags: aiml, aiml2
Creado: Aug 12 2015, by: admin
Pulgares para arriba: 1, pulgares abajo: 1, estrellas: 3.5
Language: AIML
Conecta: 870, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 8:06
astrology (alice)
astrology (alice)
The astrology AIML script from the ALICE A.I. FOUNDATION. This script contains basic astrology responses. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @astrology (alice)
Categorías: AIML, A.L.I.C.E.
Tags: aiml, alice, astrology
Creado: Oct 30 2014, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 827, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:53
My Name Is
My Name Is
A script for understand names and greeting people.
This script understands phrases like "My name is Joe", "I am Joe", "Who are you?".
This is a bootstrap script.
Alias: @My Name Is
Categorías: Self, Bootstrap
Tags: self, bootstrap, names
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 826, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:57
WhereIs (Freebase - offline)
WhereIs (Freebase - offline)
Freebase location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Freebase and determining what it is contained by.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Alias: @WhereIs (Freebase - offline)
Categorías: Self, Examples
Tags: self, utils, geospatial, freebase
Creado: Oct 29 2014, by: admin
Pulgares para arriba: 2, pulgares abajo: 1, estrellas: 4.0
Language: Self
Conecta: 771, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:49
atomique_ed (french)
atomique_ed (french)
atomique_ed French AIML script from ALICE A.I. Foundation. This script contains some responses to common phrases and is meant to be combine with the other french AIML scripts for the full personality.
Alias: @atomique_ed (french)
Categorías: AIML, Language, French, French Set
Tags: aiml, french, common responses
Creado: Nov 10 2014, by: admin
Pulgares para arriba: 0, pulgares abajo: 1, estrellas: 2.0
Language: AIML
Conecta: 770, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 8:02
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Categorías: Self, Examples
Tags: self, example, repeat
Creado: Jan 5 2015, by: admin
Pulgares para arriba: 1, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 762, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 8:00
client_profile (alice)
client_profile (alice)
The client_profile AIML script from the ALICE A.I. FOUNDATION. This script contains responses for giving and learning info on the user. The alice script is meant to be combined with the other alice AIML scripts for the full alicebot personality.
Alias: @client_profile (alice)
Categorías: AIML, A.L.I.C.E.
Tags: aiml, alice
Creado: Nov 9 2014, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 751, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 8:04
default (sara)
default (sara)
Sara default Spanish AIML script from ALICE A.I. Foundation. This script contains basic Spanish default phrases and is meant to be combine with the other sara AIML scripts for the full personality.
Alias: @default (sara)
Categorías: AIML, Sara, Language, Spanish
Tags: aiml, default phrases, sara, spanish
Creado: Nov 9 2014, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 749, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 8:03
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
Categorías: Self, Bootstrap
Tags: self, utils, bootstrap
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 3, pulgares abajo: 0, estrellas: 4.67
Language: Self
Conecta: 747, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:56
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
Categorías: Self, Bootstrap
Tags: self, utils, bootstrap
Creado: Nov 7 2014, by: admin
Pulgares para arriba: 2, pulgares abajo: 0, estrellas: 5.0
Language: Self
Conecta: 688, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:47
food (alice)
food (alice)
The food AIML script from the ALICE A.I. FOUNDATION.
The food script is meant to be combined with the other alice AIML scripts for the full personality.
Alias: @food (alice)
Categorías: AIML, A.L.I.C.E.
Tags: aiml, alice
Creado: Mar 22 2015, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: AIML
Conecta: 686, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:40
Plus
Plus
A script that can perform addition using no computer math functions.
It performs addition the same way a human (without a calculator) does, using its knowledge of integers and counting.
The goal in this script was to use it to teach a bot addition, and let it learn higher level mathematics from first principles.
Alias: @Plus
Categorías: Self, Math, Examples
Tags: self, math
Creado: Nov 4 2014, by: admin
Pulgares para arriba: 0, pulgares abajo: 0, estrellas: 0.0
Language: Self
Conecta: 632, hoy: 0, la semana: 1, mes: 5
Última Conectar: Yesterday, 7:54

Anterior | Siguiente | 1 | 2 | 3 | 4 | 5 | 6