Selbst
Kategorie für Skripts, die mithilfe des Self-scripting-Sprache.
Kategorien
Skripte, die Teil der grundlegenden bot bootstrap gesetzt.
|
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: 7, Daumen runter: 0, stars: 4.57
Language: Self
Verbindet: 797, heute: 2, Woche: 7, Monat: 7
Zuletzt Verbinden: Today, 6:40
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: 749, heute: 0, Woche: 6, Monat: 6
Zuletzt Verbinden: Apr 1, 16:51
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, watson, json, web service, auth
Erstellt: Mar 20 2017, by: admin
Daumen hoch: 0, Daumen runter: 2, stars: 2.0
Language: Self
Verbindet: 581, heute: 0, Woche: 6, Monat: 6
Zuletzt Verbinden: Apr 1, 13:30
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: facebook, examples, self, geospatial, location
Erstellt: Oct 19 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 465, heute: 0, Woche: 6, Monat: 6
Zuletzt Verbinden: Apr 1, 13:36
This Self script can be used to access the Dialogflow API from Google.
Dialogflow is a platform developed by Google for building conversational interfaces, such as chatbots and voice assistants.
Alias: @dialogflow
Kategorien: Self
Tags: chatbot, deep learning, google, json, web service, artificial intelligence, self, ai
Erstellt: Apr 21 2023, by: mmheydari97
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 100, heute: 0, Woche: 5, Monat: 5
Zuletzt Verbinden: Apr 1, 9:44
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: Examples, Self
Tags: examples, sms, self
Erstellt: Jun 1 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 640, heute: 0, Woche: 6, Monat: 4
Zuletzt Verbinden: Apr 1, 13:43
This scripts lets you connect the bot to Spotify and play music.
Alias: @spotify
Kategorien: Self
Tags: self, music, web service, json, spotify
Erstellt: Apr 15 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 101, heute: 0, Woche: 4, Monat: 4
Zuletzt Verbinden: Apr 1, 10:52
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: 3, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 1036, heute: 0, Woche: 4, Monat: 3
Zuletzt Verbinden: Apr 1, 4:41
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: 6, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 984, heute: 0, Woche: 5, Monat: 3
Zuletzt Verbinden: Apr 1, 11:35
A script that can answer questions about books, films, and music using Wikidata.
Alias: @Books, Films, and Music
Kategorien: Self, Examples
Tags: self, examples, knowledge
Erstellt: Sep 4 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 692, heute: 0, Woche: 3, Monat: 3
Zuletzt Verbinden: Apr 1, 5:33
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: 550, heute: 2, Woche: 3, Monat: 3
Zuletzt Verbinden: Today, 6:39
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: games, self, machine learning
Erstellt: Jul 26 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 548, heute: 1, Woche: 3, Monat: 3
Zuletzt Verbinden: Today, 6:36
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
Alias: @Wolfram Alpha Example
Kategorien: Self
Tags: examples, wolframalpha, self, web service, xml
Erstellt: Aug 29 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 498, heute: 0, Woche: 3, Monat: 3
Zuletzt Verbinden: Apr 1, 14:37
This script gives a different response to the user's question based on the sentiment of their phrase.
Alias: @Sentiment Response
Kategorien: Examples, Self
Tags: examples, sentiment, self
Erstellt: Aug 24 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 378, heute: 0, Woche: 3, Monat: 3
Zuletzt Verbinden: Apr 1, 11:38
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: web service, hockey, json, self, sports, nhl
Erstellt: Apr 19 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 175, heute: 1, Woche: 3, Monat: 3
Zuletzt Verbinden: Today, 6:36
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, bootstrap, utils
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 2, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 858, heute: 0, Woche: 3, Monat: 2
Zuletzt Verbinden: Apr 1, 9:25
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: 807, heute: 1, Woche: 4, Monat: 2
Zuletzt Verbinden: Today, 1:59
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, image processing, vision, examples, bootstrap
Erstellt: Jun 3 2016, by: admin
Daumen hoch: 3, Daumen runter: 1, stars: 4.25
Language: Self
Verbindet: 717, heute: 0, Woche: 2, Monat: 2
Zuletzt Verbinden: Apr 1, 6:20
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
Kategorien: Examples, Self
Tags: examples, sms, self
Erstellt: Sep 19 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 564, heute: 2, Woche: 2, Monat: 2
Zuletzt Verbinden: Today, 8:08
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: Examples, Self
Tags: bot service, command, json, examples, web service
Erstellt: Mar 28 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 432, heute: 1, Woche: 2, Monat: 2
Zuletzt Verbinden: Today, 9:21
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, web service, google, json, examples, youtube
Erstellt: Aug 20 2018, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 387, heute: 1, Woche: 2, Monat: 2
Zuletzt Verbinden: Today, 5:41
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: 3, Daumen runter: 1, stars: 4.25
Language: Self
Verbindet: 844, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 4:55
Answer questions about the weather using the Pannous service.
Alias: @Weather
Kategorien: Self, Examples
Tags: self, weather, pannous
Erstellt: Aug 28 2015, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 716, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 6:37
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: 2, Daumen runter: 0, stars: 3.5
Language: Self
Verbindet: 715, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Yesterday, 2:43
a Hello World script
Alias: @Hello World
Kategorien: Self
Erstellt: Jan 9 2015, by: aazxcqwe
Daumen hoch: 1, Daumen runter: 0, stars: 4.0
Language: Self
Verbindet: 689, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 6:40
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: A.L.I.C.E., AIML, Self
Tags: alice, response list
Erstellt: Mar 23 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Response List
Verbindet: 646, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 11:36
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: 637, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 6:39
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: 1, Daumen runter: 0, stars: 2.0
Language: Self
Verbindet: 621, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 1:16
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Kategorien: Examples, Self
Tags: calendar, virtual assistant, examples, customer service, google calendar, booking, self, appointments
Erstellt: Oct 11 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 580, heute: 0, Woche: 2, Monat: 1
Zuletzt Verbinden: Apr 1, 2:46
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: geonames, rest, self, xml, sraix, internet, web service
Erstellt: May 25 2016, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 555, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 4:09
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Kategorien: Examples, Self
Tags: html, self, wikiquote, examples
Erstellt: Aug 13 2016, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 522, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 6:39
Proxy bot script for Silvia bot.
Alias: @Silvia
Kategorien: Self
Erstellt: May 16 2017, by: bgarr33434
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 502, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 8:05
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Kategorien: Bootstrap, Self
Tags: self, bootstrap, redirect
Erstellt: Sep 14 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 464, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 11:19
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: 454, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 8:07
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: timer, self, examples, email
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 448, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 11:38
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Kategorien: Examples, Self
Tags: examples, self
Erstellt: May 12 2017, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 409, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 8:05
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: 382, heute: 1, Woche: 2, Monat: 1
Zuletzt Verbinden: Today, 8:06
a script
Alias: @Hal
Kategorien: Self
Erstellt: Oct 10 2015, by: erycinian
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language:
Verbindet: 347, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 8:02
My_chat
Alias: @My_chat
Kategorien: Self
Erstellt: Feb 5 2017, by: silcesar
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 323, heute: 1, Woche: 2, Monat: 1
Zuletzt Verbinden: Today, 8:02
Alias: @MyGreetings
Kategorien: Self
Erstellt: Jan 9 2018, by: yashpatelyk
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language:
Verbindet: 303, heute: 1, Woche: 1, Monat: 1
Zuletzt Verbinden: Today, 8:02
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: examples, forward, telegram, self
Erstellt: Mar 11 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 188, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 5:36
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: Games, Self
Tags: games, analytics, deep learning, checkers, machine learning, self
Erstellt: Apr 13 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 172, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 9:16
A script that can answer questions about famous people using Wikidata.
Alias: @aboutfamouspeoplescript
Kategorien: Examples, Self
Tags: examples, knowledge, self
Erstellt: Jun 9 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 170, heute: 0, Woche: 2, Monat: 1
Zuletzt Verbinden: Apr 1, 7:00
This Self script is used by the Car Rental bot response list.
It initializes and lists the car data.
Alias: @carrentalscript
Kategorien: Business, Examples, Self, Response Lists
Tags: e-commerce, business, self, examples
Erstellt: Apr 20 2021, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 165, heute: 0, Woche: 2, Monat: 1
Zuletzt Verbinden: Apr 1, 4:44
This Self script can be used to access the ChatGPT, (GPT-3.5 or GPT-4) API from Open AI.
GTP-3.5 and GPT-4 are 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: gpt, deep learning, self, json, web service, open ai, artificial intelligence, llm, ai, text generation, chatgpt
Erstellt: Apr 3 2023, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 116, heute: 0, Woche: 1, Monat: 1
Zuletzt Verbinden: Apr 1, 7:18
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, bootstrap, utils
Erstellt: Nov 4 2014, by: admin
Daumen hoch: 3, Daumen runter: 1, stars: 4.0
Language: Self
Verbindet: 937, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:46
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, geospatial, freebase, utils
Erstellt: Oct 29 2014, by: admin
Daumen hoch: 2, Daumen runter: 1, stars: 4.0
Language: Self
Verbindet: 927, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:47
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Kategorien: Examples, Self
Tags: self, example, repeat
Erstellt: Jan 5 2015, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 922, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:46
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, learning, examples
Erstellt: Jan 11 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 880, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:46
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: Bootstrap, Self
Tags: bootstrap, self, utils
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 873, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 17:24
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: Bootstrap, Self
Tags: self, bootstrap, utils
Erstellt: Nov 7 2014, by: admin
Daumen hoch: 3, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 836, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:47
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: 783, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:46
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: knowledge, self, utils, bootstrap
Erstellt: Jun 23 2015, by: admin
Daumen hoch: 4, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 745, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:46
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: 1, Daumen runter: 0, stars: 5.0
Language: Self
Verbindet: 737, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:47
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: Examples, Self, Games
Tags: i spy, games, examples, self
Erstellt: Sep 12 2016, by: admin
Daumen hoch: 0, Daumen runter: 1, stars: 2.0
Language: Self
Verbindet: 736, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:47
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: Examples, Self, Bootstrap
Tags: knowledge, self, bootstrap, utils, geospatial, wikidata
Erstellt: Jun 23 2015, by: admin
Daumen hoch: 0, Daumen runter: 0, stars: 0.0
Language: Self
Verbindet: 736, heute: 0, Woche: 0, Monat: 0
Zuletzt Verbinden: Mar 30, 6:47