Selbst
Kategorie für Skripts, die mithilfe des Self-scripting-Sprache.
Kategorien
![]() |
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Kategorien: Self, Examples
Tags: self, examples, xml, web service, wikipedia, search, xpath
Erstellt: Dec 9 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 440, heute: 0, Woche: 0, Monat: 6
Zuletzt Verbinden: Yesterday, 3:10
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Kategorien: Self, Examples
Tags: self, examples, xml, web service, wikipedia, search, xpath
Erstellt: Dec 9 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 440, heute: 0, Woche: 0, Monat: 6
Zuletzt Verbinden: Yesterday, 3:10
![]() |
Books, Films, and Music
A script that can answer questions about books, films, and music using Wikidata.
Alias: @Books, Films, and Music
Kategorien: Self, Examples
Tags: self, knowledge, examples
Erstellt: Sep 4 2015, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 542, heute: 0, Woche: 0, Monat: 4
Zuletzt Verbinden: Dec 7, 12:08
A script that can answer questions about books, films, and music using Wikidata.
Alias: @Books, Films, and Music
Kategorien: Self, Examples
Tags: self, knowledge, examples
Erstellt: Sep 4 2015, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 542, heute: 0, Woche: 0, Monat: 4
Zuletzt Verbinden: Dec 7, 12:08
![]() |
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
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 330, heute: 0, Woche: 0, Monat: 4
Zuletzt Verbinden: Dec 8, 6:14
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
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Jun 24 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 330, heute: 0, Woche: 0, Monat: 4
Zuletzt Verbinden: Dec 8, 6:14
![]() |
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
Kategorien: Self, Examples
Tags: examples, web service, json, bot service, command
Erstellt: Mar 28 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 315, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: Dec 8, 6:04
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
Kategorien: Self, Examples
Tags: examples, web service, json, bot service, command
Erstellt: Mar 28 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 315, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: Dec 8, 6:04
![]() |
Telegram Forward
This script gives an example Telegram script that forwards every message sent to the bot to another Telegram user. Note, that user must have started a chat with the bot for it to be able to message them. Also the user id must be used. You can get this from querying all "speaker" objects from the bot's Knowledge page in its Admin Console.
Alias: @telegramforward
Kategorien: Self
Tags: self, examples, telegram, forward
Erstellt: Mar 11 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 59, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: Dec 8, 6:36
This script gives an example Telegram script that forwards every message sent to the bot to another Telegram user. Note, that user must have started a chat with the bot for it to be able to message them. Also the user id must be used. You can get this from querying all "speaker" objects from the bot's Knowledge page in its Admin Console.
Alias: @telegramforward
Kategorien: Self
Tags: self, examples, telegram, forward
Erstellt: Mar 11 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 59, heute: 0, Woche: 0, Monat: 3
Zuletzt Verbinden: Dec 8, 6:36
![]() |
Simple Addition
This script can perform basic math using a state machine.
Alias: @Simple Addition
Kategorien: Self, Math, Examples
Tags: self, math
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 646, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:12
This script can perform basic math using a state machine.
Alias: @Simple Addition
Kategorien: Self, Math, Examples
Tags: self, math
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 646, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:12
![]() |
Empty
An empty shell of a Self state machine.
This can be used as a starting point for a new script, or as a bot's self programmed script.
If comprehension is enabled in your bot, it will program its last state machine script, so you should initially have an empty script last.
Alias: @Empty
Kategorien: Self, Bootstrap
Tags: self, bootstrap
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 632, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:15
An empty shell of a Self state machine.
This can be used as a starting point for a new script, or as a bot's self programmed script.
If comprehension is enabled in your bot, it will program its last state machine script, so you should initially have an empty script last.
Alias: @Empty
Kategorien: Self, Bootstrap
Tags: self, bootstrap
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 632, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:15
![]() |
WhereIs (Wikidata)
Wikidata location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Wikidata and determining what it is contained by.
This is one of the bootstrap scripts.
Alias: @WhereIs (Wikidata)
Kategorien: Self, Bootstrap, Examples
Tags: self, utils, knowledge, bootstrap, geospatial, wikidata
Erstellt: Jun 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 543, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:12
Wikidata location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Wikidata and determining what it is contained by.
This is one of the bootstrap scripts.
Alias: @WhereIs (Wikidata)
Kategorien: Self, Bootstrap, Examples
Tags: self, utils, knowledge, bootstrap, geospatial, wikidata
Erstellt: Jun 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 543, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:12
|
I Spy
An "I Spy" colors game that you can play with your bot. This game will actually teach your bot about colors, and it will learn new objects and colors as you play.
Alias: @I Spy
Kategorien: Self, Examples, Games
Tags: self, examples, games, i spy
Erstellt: Sep 12 2016, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 497, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 7:04
An "I Spy" colors game that you can play with your bot. This game will actually teach your bot about colors, and it will learn new objects and colors as you play.
Alias: @I Spy
Kategorien: Self, Examples, Games
Tags: self, examples, games, i spy
Erstellt: Sep 12 2016, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 497, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 7:04
![]() |
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Kategorien: Self, Examples
Tags: self, examples, email
Erstellt: Jun 1 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 461, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 2, 17:02
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Kategorien: Self, Examples
Tags: self, examples, email
Erstellt: Jun 1 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 461, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 2, 17:02
![]() |
Escalate SMS
This is an example Self script that sends an SMS text message when the user asks the "escalate" their service request.
Alias: @Escalate SMS
Kategorien: Self, Examples
Tags: self, examples, sms
Erstellt: Jun 1 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 456, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 3, 0:58
This is an example Self script that sends an SMS text message when the user asks the "escalate" their service request.
Alias: @Escalate SMS
Kategorien: Self, Examples
Tags: self, examples, sms
Erstellt: Jun 1 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 456, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 3, 0:58
![]() |
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
Kategorien: Self, Examples
Tags: examples, web service, json, watson, auth
Erstellt: Mar 20 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 453, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 7, 10:50
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
Kategorien: Self, Examples
Tags: examples, web service, json, watson, auth
Erstellt: Mar 20 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 453, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 7, 10:50
![]() |
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Kategorien: Self, Examples
Tags: self, examples, html, wikiquote
Erstellt: Aug 13 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 391, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:29
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Kategorien: Self, Examples
Tags: self, examples, html, wikiquote
Erstellt: Aug 13 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 391, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:29
![]() |
Turing Test
A script that gives a Turing test.
Alias: @Turing Test
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Oct 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 381, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 7:10
A script that gives a Turing test.
Alias: @Turing Test
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Oct 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 381, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 7:10
![]() |
Reduction
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Kategorien: Self, Bootstrap
Tags: self, bootstrap, redirect
Erstellt: Sep 14 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 334, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 5, 14:20
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Kategorien: Self, Bootstrap
Tags: self, bootstrap, redirect
Erstellt: Sep 14 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 334, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 5, 14:20
![]() |
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
Kategorien: Self
Tags: self, geospatial, examples, facebook, location
Erstellt: Oct 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 333, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 7, 10:47
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
Kategorien: Self
Tags: self, geospatial, examples, facebook, location
Erstellt: Oct 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 333, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 7, 10:47
![]() |
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
Kategorien: Self, Examples
Tags: self, examples, email, timer
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 326, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 5, 14:33
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
Kategorien: Self, Examples
Tags: self, examples, email, timer
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 326, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 5, 14:33
![]() |
SetData
This script sets data on the current conversation.
Alias: @SetData
Kategorien: Self
Tags: self, example, data
Erstellt: Mar 17 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 319, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:18
This script sets data on the current conversation.
Alias: @SetData
Kategorien: Self
Tags: self, example, data
Erstellt: Mar 17 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 319, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:18
|
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
Kategorien: Self
Tags: self, examples, facebook
Erstellt: Jun 20 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 289, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:06
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
Kategorien: Self
Tags: self, examples, facebook
Erstellt: Jun 20 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 289, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:06
![]() |
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
Kategorien: Self
Tags: self, geospatial, examples, telegram, location
Erstellt: Nov 21 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 283, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:24
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
Kategorien: Self
Tags: self, geospatial, examples, telegram, location
Erstellt: Nov 21 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 283, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:24
![]() |
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
Alias: @Sentiment Response
Kategorien: Self, Examples
Tags: self, examples, sentiment
Erstellt: Aug 24 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 248, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:35
This script gives a different response to the user's question based on the sentiment of their phrase.
Alias: @Sentiment Response
Kategorien: Self, Examples
Tags: self, examples, sentiment
Erstellt: Aug 24 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 248, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 5:35
|
Connect 4 Text
This script lets you play Connect 4 with your bot. This is the text version of the script (board is printed as text). 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: @connect4text
Kategorien: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Erstellt: Apr 14 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 104, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:51
This script lets you play Connect 4 with your bot. This is the text version of the script (board is printed as text). 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: @connect4text
Kategorien: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Erstellt: Apr 14 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 104, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:51
|
GPT-3
This Self script can be used to access the GPT-3 API from Open AI. GTP-3 is a text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Alias: @gpt-3
Kategorien: Self
Tags: self, artificial intelligence, deep learning, gpt, open ai, text generation, llm, gpt-3, ai
Erstellt: Jan 17, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 23, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:33
This Self script can be used to access the GPT-3 API from Open AI. GTP-3 is a text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Alias: @gpt-3
Kategorien: Self
Tags: self, artificial intelligence, deep learning, gpt, open ai, text generation, llm, gpt-3, ai
Erstellt: Jan 17, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 23, heute: 0, Woche: 0, Monat: 2
Zuletzt Verbinden: Dec 8, 6:33
|
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap, names
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 805, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 2:09
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap, names
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 805, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 2:09
![]() |
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Kategorien: Self, Examples
Tags: self, example, repeat
Erstellt: Jan 5 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 742, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 13:49
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Kategorien: Self, Examples
Tags: self, example, repeat
Erstellt: Jan 5 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 742, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 13:49
![]() |
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 718, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 1, 3:00
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 718, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 1, 3:00
|
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
Kategorien: Self, Bootstrap, Math
Tags: self, bootstrap, math
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 2, Daumen runter: 1, stars: 4.0
Language: Self
Verbindet: 687, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 1, 7:19
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
Kategorien: Self, Bootstrap, Math
Tags: self, bootstrap, math
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 2, Daumen runter: 1, stars: 4.0
Language: Self
Verbindet: 687, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 1, 7:19
|
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 667, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 7, 12:02
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 667, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 7, 12:02
![]() |
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap, understanding
Erstellt: May 1 2015, by: admin
Daumen hoch: 5, Daumen runter: 0, stars: 4.4
Language: Self
Verbindet: 616, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 5:06
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
Kategorien: Self, Bootstrap
Tags: self, bootstrap, understanding
Erstellt: May 1 2015, by: admin
Daumen hoch: 5, Daumen runter: 0, stars: 4.4
Language: Self
Verbindet: 616, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 5:06
![]() |
Heart Sutra
A script the recites the Heart Sutra line by line, in order.
Alias: @Heart Sutra
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Aug 3 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 519, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 3, 16:59
A script the recites the Heart Sutra line by line, in order.
Alias: @Heart Sutra
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Aug 3 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 519, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 3, 16:59
|
ALICE profile
This script loads the default ALICE profile into the bot. It defines all of the required variables for the ALICE AIML scripts.
Alias: @ALICE profile
Kategorien: AIML, Self, A.L.I.C.E.
Tags: alice, response list
Erstellt: Mar 23 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 513, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 3:47
This script loads the default ALICE profile into the bot. It defines all of the required variables for the ALICE AIML scripts.
Alias: @ALICE profile
Kategorien: AIML, Self, A.L.I.C.E.
Tags: alice, response list
Erstellt: Mar 23 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 513, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 3:47
|
Vision
This script demonstrates some of Bot Libre's support for vision and image processing.
"load image http://urltoimage imagename" can be used to load an image.
"match image http://urltoimage" can be used to match an image.
"init colors" to load red/green/blue colors.
"what color is http://urltoimage" to guess images primary color.
Alias: @Vision
Kategorien: Self, Bootstrap, Examples
Tags: self, bootstrap, examples, vision, image processing
Erstellt: Jun 3 2016, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 500, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 1, 7:50
This script demonstrates some of Bot Libre's support for vision and image processing.
"load image http://urltoimage imagename" can be used to load an image.
"match image http://urltoimage" can be used to match an image.
"init colors" to load red/green/blue colors.
"what color is http://urltoimage" to guess images primary color.
Alias: @Vision
Kategorien: Self, Bootstrap, Examples
Tags: self, bootstrap, examples, vision, image processing
Erstellt: Jun 3 2016, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 500, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 1, 7:50
|
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Kategorien: Self, Examples
Tags: self, customer service, examples, calendar, google calendar, booking, appointments, virtual assistant
Erstellt: Oct 11 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 453, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 5:30
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Kategorien: Self, Examples
Tags: self, customer service, examples, calendar, google calendar, booking, appointments, virtual assistant
Erstellt: Oct 11 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 453, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 5:30
![]() |
Heart Sutra - load
This script will load the text of the Heart Sutra into the bot's memory.
Alias: @Heart Sutra - load
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Aug 3 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 433, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:55
This script will load the text of the Heart Sutra into the bot's memory.
Alias: @Heart Sutra - load
Kategorien: Self, Examples
Tags: self, examples
Erstellt: Aug 3 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 433, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:55
![]() |
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
Alias: @SimpleLanguage
Kategorien: Self, Examples
Tags: self, examples, language
Erstellt: Jan 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 430, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:46
This script will attempt to find the subject and predicate of a sentence.
Alias: @SimpleLanguage
Kategorien: Self, Examples
Tags: self, examples, language
Erstellt: Jan 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 430, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:46
|
TicTacToe
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This script requires the game-sdk.js and games.css files.
Alias: @TicTacToe
Kategorien: Self, Games
Tags: self, games, machine learning
Erstellt: Jul 26 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 426, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 10:56
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This script requires the game-sdk.js and games.css files.
Alias: @TicTacToe
Kategorien: Self, Games
Tags: self, games, machine learning
Erstellt: Jul 26 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 426, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 10:56
![]() |
GeoNames
This examples shows how to lookup a postal code using the GeoNames webservice. This same code can be used to access any web service.
Alias: @GeoNames
Kategorien: Self, Examples
Tags: self, xml, geonames, rest, internet, sraix, web service
Erstellt: May 25 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 402, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 19:01
This examples shows how to lookup a postal code using the GeoNames webservice. This same code can be used to access any web service.
Alias: @GeoNames
Kategorien: Self, Examples
Tags: self, xml, geonames, rest, internet, sraix, web service
Erstellt: May 25 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 402, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 19:01
|
TicTacToeText
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
Alias: @TicTacToeText
Kategorien: Self, Games
Tags: self, games, machine learning
Erstellt: Jul 5 2017, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 357, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 13:21
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
Alias: @TicTacToeText
Kategorien: Self, Games
Tags: self, games, machine learning
Erstellt: Jul 5 2017, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 357, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 13:21
![]() |
Category Identification
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Kategorien: Self, Examples
Tags: self, examples
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 294, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 7, 11:17
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Kategorien: Self, Examples
Tags: self, examples
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 294, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 7, 11:17
![]() |
Telegram Group Administrator
This script gives an example Telegram script to let a bot administer a Telegram group. Bots can welcome new users, provide information, and delete offensive messages and spam.
Alias: @Telegram Group Administrator
Kategorien: Self
Tags: self, examples, telegram, groups, spam
Erstellt: Jun 21 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 283, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:51
This script gives an example Telegram script to let a bot administer a Telegram group. Bots can welcome new users, provide information, and delete offensive messages and spam.
Alias: @Telegram Group Administrator
Kategorien: Self
Tags: self, examples, telegram, groups, spam
Erstellt: Jun 21 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 283, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:51
![]() |
Count Words
This example script show how to count the words in a sentence.
Alias: @Count Words
Kategorien: Self, Examples
Tags: self, example
Erstellt: Jan 11 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 281, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 11:04
This example script show how to count the words in a sentence.
Alias: @Count Words
Kategorien: Self, Examples
Tags: self, example
Erstellt: Jan 11 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 281, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 11:04
![]() |
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
Kategorien: Self, Examples
Tags: self, examples, web service, json, google, youtube
Erstellt: Aug 20 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 268, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 5:33
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
Kategorien: Self, Examples
Tags: self, examples, web service, json, google, youtube
Erstellt: Aug 20 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 268, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 5:33
|
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
Kategorien: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Erstellt: Nov 13 2019, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 177, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 22:37
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
Kategorien: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Erstellt: Nov 13 2019, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 177, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 4, 22:37
|
NHL Hockey Stats
This script uses the NHL.com web API to let the bot give stats and information on NHL teams and players.
Alias: @nhlhockeystats
Kategorien: Self
Tags: self, web service, json, sports, hockey, nhl
Erstellt: Apr 19 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 64, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 6:53
This script uses the NHL.com web API to let the bot give stats and information on NHL teams and players.
Alias: @nhlhockeystats
Kategorien: Self
Tags: self, web service, json, sports, hockey, nhl
Erstellt: Apr 19 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 64, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 6:53
|
Car Rental Script
This Self script is used by the Car Rental bot response list. It initializes and lists the car data.
Alias: @carrentalscript
Kategorien: Self, Examples, Response Lists, Business
Tags: self, examples, e-commerce, business
Erstellt: Apr 20 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 61, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 6:48
This Self script is used by the Car Rental bot response list. It initializes and lists the car data.
Alias: @carrentalscript
Kategorien: Self, Examples, Response Lists, Business
Tags: self, examples, e-commerce, business
Erstellt: Apr 20 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 61, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 6:48
|
Connect 4
This script lets you play Connect 4 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: @connect4
Kategorien: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Erstellt: Apr 13 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 51, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 6:59
This script lets you play Connect 4 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: @connect4
Kategorien: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Erstellt: Apr 13 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 51, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 8, 6:59
|
ChatGPT
This Self script can be used to access the GPT-3.5 (ChatGPT) API from Open AI. GTP-3.5 is a chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Alias: @chatgpt
Kategorien: Self
Tags: self, artificial intelligence, web service, json, deep learning, gpt, open ai, text generation, llm, gpt-3, ai
Erstellt: Apr 3, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 21, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:59
This Self script can be used to access the GPT-3.5 (ChatGPT) API from Open AI. GTP-3.5 is a chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
Alias: @chatgpt
Kategorien: Self
Tags: self, artificial intelligence, web service, json, deep learning, gpt, open ai, text generation, llm, gpt-3, ai
Erstellt: Apr 3, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 21, heute: 0, Woche: 0, Monat: 1
Zuletzt Verbinden: Dec 5, 9:59
![]() |
Loop
Basic conversation loop detection script.
This is one of the bootstrap scripts. It should be first in the script order to catch all loops.
Alias: @Loop
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 874, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 21, 17:23
Basic conversation loop detection script.
This is one of the bootstrap scripts. It should be first in the script order to catch all loops.
Alias: @Loop
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 874, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 21, 17:23
|
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)
Kategorien: Self, Examples
Tags: self, utils, geospatial, freebase
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 2, Daumen runter: 1, stars: 4.0
Language: Self
Verbindet: 753, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 21, 22:45
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)
Kategorien: Self, Examples
Tags: self, utils, geospatial, freebase
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 2, Daumen runter: 1, stars: 4.0
Language: Self
Verbindet: 753, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 21, 22:45
![]() |
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 3, Daumen runter: 0, stars: 4.67
Language: Self
Verbindet: 726, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 17, 5:38
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 3, Daumen runter: 0, stars: 4.67
Language: Self
Verbindet: 726, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 17, 5:38
![]() |
WrongAnswer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Alias: @WrongAnswer
Kategorien: Self, Examples
Tags: self, examples, learning
Erstellt: Jan 11 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 693, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 17, 3:21
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Alias: @WrongAnswer
Kategorien: Self, Examples
Tags: self, examples, learning
Erstellt: Jan 11 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 693, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 17, 3:21
![]() |
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 691, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 21, 22:13
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
Kategorien: Self, Bootstrap
Tags: self, utils, bootstrap
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 691, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 21, 22:13
|
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
Kategorien: Self
Tags: self, santa, bot
Erstellt: Oct 17 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 669, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 16, 22:18
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
Kategorien: Self
Tags: self, santa, bot
Erstellt: Oct 17 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 669, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 16, 22:18
|
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
Kategorien: Self, Math, Examples
Tags: self, math
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 611, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 16, 23:13
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
Kategorien: Self, Math, Examples
Tags: self, math
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 611, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 16, 23:13
![]() |
WhatIs (Wikidata)
Wiktionary and Wikidata 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 Wikidata. For Wikidata lookups it will also import all of the available information on the object, and be able to then answer related questions.
Alias: @WhatIs (Wikidata)
Kategorien: Self, Bootstrap
Tags: self, utils, knowledge, bootstrap
Erstellt: Jun 23 2015, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 590, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 30, 22:37
Wiktionary and Wikidata 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 Wikidata. For Wikidata lookups it will also import all of the available information on the object, and be able to then answer related questions.
Alias: @WhatIs (Wikidata)
Kategorien: Self, Bootstrap
Tags: self, utils, knowledge, bootstrap
Erstellt: Jun 23 2015, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 590, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 30, 22:37
![]() |
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)
Kategorien: Self
Tags: self, utils, knowledge
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 587, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 17, 15:19
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)
Kategorien: Self
Tags: self, utils, knowledge
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 587, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Nov 17, 15:19