Bootstrap
|
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
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
![]() |
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
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
|
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
Categories: Self, Bootstrap, Math
Tags: bootstrap, math, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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
Categories: Self, Bootstrap, Math
Tags: bootstrap, math, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
|
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: @mynameis
Categories: Self, Bootstrap
Tags: bootstrap, self, names
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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: @mynameis
Categories: Self, Bootstrap
Tags: bootstrap, self, names
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
![]() |
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: @sayit
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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: @sayit
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
![]() |
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
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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
Categories: Self, Bootstrap
Tags: bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
![]() |
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
Categories: Self, Bootstrap
Tags: understanding, bootstrap, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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
Categories: Self, Bootstrap
Tags: understanding, bootstrap, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
![]() |
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)
Categories: Self, Bootstrap
Tags: knowledge, bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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)
Categories: Self, Bootstrap
Tags: knowledge, bootstrap, utils, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
![]() |
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)
Categories: Examples, Self, Bootstrap
Tags: knowledge, bootstrap, utils, geospatial, wikidata, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14
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)
Categories: Examples, Self, Bootstrap
Tags: knowledge, bootstrap, utils, geospatial, wikidata, self
Created: Mar 10 2020, by: admin
Thumbs up: 0, thumbs down: 0, stars: 0.0
Language: Self
Connects: 1, today: 0, week: 0, month: 0
Last Connect: Mar 10 2020, 13:14