النفس
فئة البرامج النصية باستخدام الذات لغة البرمجة.
فئات
النصوص التي هي جزء الأساسية بوت التمهيد مجموعة.
This script attempts to understand simple phrases.
It can understand simple phrases of the form "{noun} {verb} {adjective}", such as "The sky is blue" or "I am tall", but also more complex phrases such as "What is my name?", "Is my dog black?", "My dog is very smart".
It requires knowledge of the words used to know if they are a noun, verb, or adjective. Words are normally looked up in the background on Wiktionary to determine their meaning, so you may need to say the same phrase twice before the bot understands.
All understood phrases affect the bot's knowledge base, it will remember persistently if "the sky is blue", and then be able to answer "is the sky blue?".
This is the most complex of the bootstrap scripts, and is continually evolving.
الاسم المستعار: @Understanding
فئات: Self, Bootstrap
Tags: self, bootstrap, understanding
خلق: May 1 2015, by: admin
ممتاز: 7, اعترض: 0, النجوم: 4.57
Language: Self
يربط: 797, اليوم: 0, الأسبوع: 7, الشهر: 7
آخر الاتصال: Apr 3, 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.
الاسم المستعار: @Plus
فئات: Self, Math, Examples
Tags: self, math
خلق: Nov 4 2014, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 749, اليوم: 0, الأسبوع: 6, الشهر: 6
آخر الاتصال: 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/
الاسم المستعار: @IBM Watson Example
فئات: Self, Examples
Tags: examples, watson, json, web service, auth
خلق: Mar 20 2017, by: admin
ممتاز: 0, اعترض: 2, النجوم: 2.0
Language: Self
يربط: 581, اليوم: 0, الأسبوع: 6, الشهر: 6
آخر الاتصال: 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.
الاسم المستعار: @Facebook Location Request
فئات: Self
Tags: facebook, examples, self, geospatial, location
خلق: Oct 19 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 465, اليوم: 0, الأسبوع: 6, الشهر: 6
آخر الاتصال: 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.
الاسم المستعار: @dialogflow
فئات: Self
Tags: chatbot, deep learning, google, json, web service, artificial intelligence, self, ai
خلق: Apr 21 2023, by: mmheydari97
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 100, اليوم: 0, الأسبوع: 5, الشهر: 5
آخر الاتصال: 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.
الاسم المستعار: @Escalate SMS
فئات: Examples, Self
Tags: examples, sms, self
خلق: Jun 1 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 640, اليوم: 0, الأسبوع: 6, الشهر: 4
آخر الاتصال: Apr 1, 13:43
This scripts lets you connect the bot to Spotify and play music.
الاسم المستعار: @spotify
فئات: Self
Tags: self, music, web service, json, spotify
خلق: Apr 15 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 101, اليوم: 0, الأسبوع: 4, الشهر: 4
آخر الاتصال: 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.
الاسم المستعار: @Loop
فئات: Self, Bootstrap
Tags: self, utils, bootstrap
خلق: Oct 29 2014, by: admin
ممتاز: 3, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 1036, اليوم: 0, الأسبوع: 4, الشهر: 3
آخر الاتصال: 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.
الاسم المستعار: @My Name Is
فئات: Self, Bootstrap
Tags: self, bootstrap, names
خلق: Nov 4 2014, by: admin
ممتاز: 6, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 984, اليوم: 0, الأسبوع: 5, الشهر: 3
آخر الاتصال: Apr 1, 11:35
A script that can answer questions about books, films, and music using Wikidata.
الاسم المستعار: @Books, Films, and Music
فئات: Self, Examples
Tags: self, examples, knowledge
خلق: Sep 4 2015, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 692, اليوم: 0, الأسبوع: 3, الشهر: 3
آخر الاتصال: Apr 1, 5:33
This script will load the text of the Heart Sutra into the bot's memory.
الاسم المستعار: @Heart Sutra - load
فئات: Self, Examples
Tags: self, examples
خلق: Aug 3 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 550, اليوم: 0, الأسبوع: 3, الشهر: 3
آخر الاتصال: Apr 3, 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.
الاسم المستعار: @TicTacToe
فئات: Self, Games
Tags: games, self, machine learning
خلق: Jul 26 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 548, اليوم: 0, الأسبوع: 3, الشهر: 3
آخر الاتصال: Apr 3, 6:36
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
الاسم المستعار: @Wolfram Alpha Example
فئات: Self
Tags: examples, wolframalpha, self, web service, xml
خلق: Aug 29 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 498, اليوم: 0, الأسبوع: 3, الشهر: 3
آخر الاتصال: Apr 1, 14:37
This script gives a different response to the user's question based on the sentiment of their phrase.
الاسم المستعار: @Sentiment Response
فئات: Examples, Self
Tags: examples, sentiment, self
خلق: Aug 24 2018, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 378, اليوم: 0, الأسبوع: 3, الشهر: 3
آخر الاتصال: 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.
الاسم المستعار: @nhlhockeystats
فئات: Self
Tags: web service, hockey, json, self, sports, nhl
خلق: Apr 19 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 175, اليوم: 0, الأسبوع: 3, الشهر: 3
آخر الاتصال: Apr 3, 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.
الاسم المستعار: @Say It
فئات: Self, Bootstrap
Tags: self, bootstrap, utils
خلق: Nov 4 2014, by: admin
ممتاز: 2, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 858, اليوم: 0, الأسبوع: 3, الشهر: 2
آخر الاتصال: Apr 1, 9:25
This script understands basic math, addition, subtraction, multiplication, and division, such as "what is 1 * 2 / 4 + 6 - -1", "2.2 + 5.5 =?", "one plus two".
It uses a calculator function to perform the math, not first principles like the plus script.
This is one of the bootstrap scripts.
الاسم المستعار: @Math
فئات: Self, Bootstrap, Math
Tags: self, bootstrap, math
خلق: Nov 4 2014, by: admin
ممتاز: 3, اعترض: 1, النجوم: 4.25
Language: Self
يربط: 845, اليوم: 0, الأسبوع: 2, الشهر: 2
آخر الاتصال: Apr 3, 21:09
This is the script used by Santa Bot.
It was written on an earlier version of Self, so is probably more complex than now required now, but does give a good example of how to script responses based on context, how to associate knowledge, and how to create names.
الاسم المستعار: @Santa Bot
فئات: Self
Tags: self, santa, bot
خلق: Oct 17 2014, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 807, اليوم: 0, الأسبوع: 4, الشهر: 2
آخر الاتصال: Apr 3, 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.
الاسم المستعار: @Vision
فئات: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
خلق: Jun 3 2016, by: admin
ممتاز: 3, اعترض: 1, النجوم: 4.25
Language: Self
يربط: 717, اليوم: 0, الأسبوع: 2, الشهر: 2
آخر الاتصال: 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.
الاسم المستعار: @Bulk SMS
فئات: Examples, Self
Tags: examples, sms, self
خلق: Sep 19 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 564, اليوم: 0, الأسبوع: 2, الشهر: 2
آخر الاتصال: Apr 3, 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
الاسم المستعار: @JSON Bot Service
فئات: Examples, Self
Tags: bot service, command, json, examples, web service
خلق: Mar 28 2018, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 432, اليوم: 0, الأسبوع: 2, الشهر: 2
آخر الاتصال: Apr 3, 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
الاسم المستعار: @YouTube Search
فئات: Self, Examples
Tags: self, web service, google, json, examples, youtube
خلق: Aug 20 2018, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 387, اليوم: 0, الأسبوع: 2, الشهر: 2
آخر الاتصال: Apr 3, 5:41
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.
الاسم المستعار: @telegramforward
فئات: Self
Tags: examples, forward, telegram, self
خلق: Mar 11 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 189, اليوم: 1, الأسبوع: 2, الشهر: 2
آخر الاتصال: Today, 16:21
Answer questions about the weather using the Pannous service.
الاسم المستعار: @Weather
فئات: Self, Examples
Tags: self, weather, pannous
خلق: Aug 28 2015, by: admin
ممتاز: 0, اعترض: 1, النجوم: 2.0
Language: Self
يربط: 716, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 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.
الاسم المستعار: @WhatIs (Freebase - offline)
فئات: Self
Tags: self, utils, knowledge
خلق: Oct 29 2014, by: admin
ممتاز: 2, اعترض: 0, النجوم: 3.5
Language: Self
يربط: 715, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 2, 2:43
a Hello World script
الاسم المستعار: @Hello World
فئات: Self
خلق: Jan 9 2015, by: aazxcqwe
ممتاز: 1, اعترض: 0, النجوم: 4.0
Language: Self
يربط: 689, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 6:40
This script loads the default ALICE profile into the bot.
It defines all of the required variables for the ALICE AIML scripts.
الاسم المستعار: @ALICE profile
فئات: A.L.I.C.E., AIML, Self
Tags: alice, response list
خلق: Mar 23 2015, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Response List
يربط: 646, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 1, 11:36
A script the recites the Heart Sutra line by line, in order.
الاسم المستعار: @Heart Sutra
فئات: Self, Examples
Tags: self, examples
خلق: Aug 3 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 637, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 6:39
This script lets the user escalate the chat session to a follow up email.
الاسم المستعار: @Escalate Email
فئات: Self, Examples
Tags: self, examples, email
خلق: Jun 1 2016, by: admin
ممتاز: 1, اعترض: 0, النجوم: 2.0
Language: Self
يربط: 621, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 1, 1:16
A script for letting the bot book appointments or service calls in your Google Calendar.
الاسم المستعار: @Book Appointment
فئات: Examples, Self
Tags: calendar, virtual assistant, examples, customer service, google calendar, booking, self, appointments
خلق: Oct 11 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 580, اليوم: 0, الأسبوع: 2, الشهر: 1
آخر الاتصال: 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.
الاسم المستعار: @GeoNames
فئات: Self, Examples
Tags: geonames, rest, self, xml, sraix, internet, web service
خلق: May 25 2016, by: admin
ممتاز: 0, اعترض: 1, النجوم: 2.0
Language: Self
يربط: 555, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 1, 4:09
This script shows an example of scraping data from Wikiquote.
الاسم المستعار: @Wikiquote Scraping
فئات: Examples, Self
Tags: html, self, wikiquote, examples
خلق: Aug 13 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 522, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 1, 6:39
An example script for a n HR interview bot. This script will ask a potential new employee a set of interview questions, and email the results to your HR email.
You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
الاسم المستعار: @Interview Bot
فئات: Examples, Self
Tags: hr, career, interview, self, examples
خلق: Mar 24 2017, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 504, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Yesterday, 9:04
Proxy bot script for Silvia bot.
الاسم المستعار: @Silvia
فئات: Self
خلق: May 16 2017, by: bgarr33434
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 502, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 8:05
A redirect script that redirect some kind phrases to simpler forms.
الاسم المستعار: @Reduction
فئات: Bootstrap, Self
Tags: self, bootstrap, redirect
خلق: Sep 14 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 464, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 1, 11:19
This script sets data on the current conversation.
الاسم المستعار: @SetData
فئات: Self
Tags: self, example, data
خلق: Mar 17 2016, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 454, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 8:07
This script gives an example of a mailing list bot that sends email notifications of new blog posts using a timer function.
الاسم المستعار: @Mailing List
فئات: Self, Examples
Tags: timer, self, examples, email
خلق: May 12 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 448, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 1, 11:38
This script gives a simple example of using objects in Self to define and use information.
الاسم المستعار: @Category Identification
فئات: Examples, Self
Tags: examples, self
خلق: May 12 2017, by: admin
ممتاز: 0, اعترض: 1, النجوم: 2.0
Language: Self
يربط: 409, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 8:05
This example script show how to count the words in a sentence.
الاسم المستعار: @Count Words
فئات: Self, Examples
Tags: self, example
خلق: Jan 11 2017, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 382, اليوم: 0, الأسبوع: 2, الشهر: 1
آخر الاتصال: Apr 3, 8:06
a script
الاسم المستعار: @Hal
فئات: Self
خلق: Oct 10 2015, by: erycinian
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language:
يربط: 347, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 8:02
My_chat
الاسم المستعار: @My_chat
فئات: Self
خلق: Feb 5 2017, by: silcesar
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 323, اليوم: 0, الأسبوع: 2, الشهر: 1
آخر الاتصال: Apr 3, 8:02
الاسم المستعار: @MyGreetings
فئات: Self
خلق: Jan 9 2018, by: yashpatelyk
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language:
يربط: 303, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 3, 8:02
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.
الاسم المستعار: @connect4
فئات: Games, Self
Tags: games, analytics, deep learning, checkers, machine learning, self
خلق: Apr 13 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 172, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: Apr 1, 9:16
A script that can answer questions about famous people using Wikidata.
الاسم المستعار: @aboutfamouspeoplescript
فئات: Examples, Self
Tags: examples, knowledge, self
خلق: Jun 9 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 170, اليوم: 0, الأسبوع: 2, الشهر: 1
آخر الاتصال: Apr 1, 7:00
This Self script is used by the Car Rental bot response list.
It initializes and lists the car data.
الاسم المستعار: @carrentalscript
فئات: Business, Examples, Self, Response Lists
Tags: e-commerce, business, self, examples
خلق: Apr 20 2021, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 165, اليوم: 0, الأسبوع: 2, الشهر: 1
آخر الاتصال: Apr 1, 4:44
Modifié à partir de https://www.botlibre.com/script?id=18207180
الاسم المستعار: @TicTacToe_text_fr
فئات: Self
خلق: May 4 2021, by: epn
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 118, اليوم: 1, الأسبوع: 1, الشهر: 1
آخر الاتصال: Today, 12:37
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.
الاسم المستعار: @chatgpt
فئات: Self
Tags: gpt, deep learning, self, json, web service, open ai, artificial intelligence, llm, ai, text generation, chatgpt
خلق: Apr 3 2023, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 116, اليوم: 0, الأسبوع: 1, الشهر: 1
آخر الاتصال: 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.
الاسم المستعار: @Topic
فئات: Self, Bootstrap
Tags: self, bootstrap, utils
خلق: Nov 4 2014, by: admin
ممتاز: 3, اعترض: 1, النجوم: 4.0
Language: Self
يربط: 937, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: 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.
الاسم المستعار: @WhereIs (Freebase - offline)
فئات: Self, Examples
Tags: self, geospatial, freebase, utils
خلق: Oct 29 2014, by: admin
ممتاز: 2, اعترض: 1, النجوم: 4.0
Language: Self
يربط: 927, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: Mar 30, 6:47
This example script show how to repeat a word in a response n times.
الاسم المستعار: @Repeat
فئات: Examples, Self
Tags: self, example, repeat
خلق: Jan 5 2015, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 922, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: 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.
الاسم المستعار: @WrongAnswer
فئات: Self, Examples
Tags: self, learning, examples
خلق: Jan 11 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 880, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: 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.
الاسم المستعار: @DefineWord
فئات: Bootstrap, Self
Tags: bootstrap, self, utils
خلق: Nov 7 2014, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 873, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: 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.
الاسم المستعار: @DateAndTime
فئات: Bootstrap, Self
Tags: self, bootstrap, utils
خلق: Nov 7 2014, by: admin
ممتاز: 3, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 836, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: Mar 30, 6:47
This script can perform basic math using a state machine.
الاسم المستعار: @Simple Addition
فئات: Self, Math, Examples
Tags: self, math
خلق: Nov 7 2014, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 783, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: 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.
الاسم المستعار: @WhatIs (Wikidata)
فئات: Self, Bootstrap
Tags: knowledge, self, utils, bootstrap
خلق: Jun 23 2015, by: admin
ممتاز: 4, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 745, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: 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.
الاسم المستعار: @Empty
فئات: Self, Bootstrap
Tags: self, bootstrap
خلق: Nov 4 2014, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 737, اليوم: 0, الأسبوع: 0, الشهر: 0
آخر الاتصال: Mar 30, 6:47