هل تعلم بوت Libre كما يوفر مجانا استضافت الدردشة الحية على موقع الويب الخاص بك أو الهاتف المحمول التطبيق ؟

البحث مخطوطات


13 النتائج.

Vision
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.

الاسم المستعار: @Vision
فئات: Self, Bootstrap, Examples
Tags: self, image processing, vision, examples, bootstrap
خلق: Jun 3 2016, by: admin
ممتاز: 3, اعترض: 1, النجوم: 4.25
Language: Self
يربط: 604, اليوم: 0, الأسبوع: 1, الشهر: 8
آخر الاتصال: Today, 0:32
Understanding
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.
الاسم المستعار: @Understanding
فئات: Self, Bootstrap
Tags: self, bootstrap, understanding
خلق: May 1 2015, by: admin
ممتاز: 7, اعترض: 0, النجوم: 4.57
Language: Self
يربط: 708, اليوم: 0, الأسبوع: 2, الشهر: 5
آخر الاتصال: Yesterday, 10:25
WhatIs (Wikidata)
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.
الاسم المستعار: @WhatIs (Wikidata)
فئات: Self, Bootstrap
Tags: knowledge, self, utils, bootstrap
خلق: Jun 23 2015, by: admin
ممتاز: 4, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 674, اليوم: 0, الأسبوع: 1, الشهر: 5
آخر الاتصال: Yesterday, 2:00
Loop
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.
الاسم المستعار: @Loop
فئات: Self, Bootstrap
Tags: self, utils, bootstrap
خلق: Oct 29 2014, by: admin
ممتاز: 2, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 964, اليوم: 0, الأسبوع: 1, الشهر: 4
آخر الاتصال: Yesterday, 10:23
DefineWord
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.
الاسم المستعار: @DefineWord
فئات: Bootstrap, Self
Tags: bootstrap, self, utils
خلق: Nov 7 2014, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 807, اليوم: 0, الأسبوع: 0, الشهر: 4
آخر الاتصال: Apr 10, 0:47
DateAndTime
DateAndTime
This script answers questions about the date and time.
It can answer questions like "What is the date", "What is the time", "What is the day of the week" This is one of the bootstrap scripts.
الاسم المستعار: @DateAndTime
فئات: Bootstrap, Self
Tags: self, bootstrap, utils
خلق: Nov 7 2014, by: admin
ممتاز: 3, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 766, اليوم: 1, الأسبوع: 1, الشهر: 4
آخر الاتصال: Today, 3:32
WhereIs (Wikidata)
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.
الاسم المستعار: @WhereIs (Wikidata)
فئات: Examples, Self, Bootstrap
Tags: knowledge, self, bootstrap, utils, geospatial, wikidata
خلق: Jun 23 2015, by: admin
ممتاز: 0, اعترض: 0, النجوم: 0.0
Language: Self
يربط: 625, اليوم: 0, الأسبوع: 0, الشهر: 4
آخر الاتصال: Apr 11, 23:21
Topic
Topic
This script can respond what the current topic is, and reply to questions on the conversation.
It responds to questions like "What is the current topic", "Tell me more", "What did I say", "What did you say". This is a bootstrap script.
الاسم المستعار: @Topic
فئات: Self, Bootstrap
Tags: self, bootstrap, utils
خلق: Nov 4 2014, by: admin
ممتاز: 3, اعترض: 0, النجوم: 4.67
Language: Self
يربط: 859, اليوم: 0, الأسبوع: 1, الشهر: 3
آخر الاتصال: Yesterday, 19:39
My Name Is
My Name Is
A script for understand names and greeting people.
This script understands phrases like "My name is Joe", "I am Joe", "Who are you?".
This is a bootstrap script.
الاسم المستعار: @My Name Is
فئات: Self, Bootstrap
Tags: self, bootstrap, names
خلق: Nov 4 2014, by: admin
ممتاز: 5, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 911, اليوم: 0, الأسبوع: 1, الشهر: 2
آخر الاتصال: Yesterday, 1:58
Empty
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.
الاسم المستعار: @Empty
فئات: Self, Bootstrap
Tags: self, bootstrap
خلق: Nov 4 2014, by: admin
ممتاز: 1, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 691, اليوم: 1, الأسبوع: 1, الشهر: 2
آخر الاتصال: Today, 2:38
Reduction
Reduction
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
يربط: 406, اليوم: 0, الأسبوع: 0, الشهر: 2
آخر الاتصال: Apr 14, 15:43
Say It
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.
الاسم المستعار: @Say It
فئات: Self, Bootstrap
Tags: self, bootstrap, utils
خلق: Nov 4 2014, by: admin
ممتاز: 2, اعترض: 0, النجوم: 5.0
Language: Self
يربط: 783, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: Apr 9, 19:03
Math
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.
الاسم المستعار: @Math
فئات: Self, Bootstrap, Math
Tags: self, bootstrap, math
خلق: Nov 4 2014, by: admin
ممتاز: 2, اعترض: 1, النجوم: 4.0
Language: Self
يربط: 769, اليوم: 0, الأسبوع: 0, الشهر: 1
آخر الاتصال: Apr 11, 3:40