Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ChatBot
#1
Hello,
i would like create a chat bot but will lokk for files and not IF because if all the code is IF it will take me ages to work the bot brain?
any ideas
url=http://www.checkdomain.org]CHECKDOMAIN[/url]
BOASTOLOGY.COM TEH BEST BLOG SYSTEM IN THE WEB SOON COMING WITH NEW TEMPLATES AT BOASTMACHINE.COM

we aren't asscoiated with bnsoft.net
Reply
#2
.... what?
Reply
#3
what.... you want code that searches for files? Try NeoLib v1.6 (google it somewhere, it's my library, but I can't remember the URL right now Wink)
Reply
#4
Here is my interpretation of the original post:

Quote:****possible translation****
I want to create a chat-bot (so you can talk to your computer).

However, I don't want to generate the computer's output based solely on your input and IF/THEN statements.

Instead, I will have some data stored in files that I will use to determine
how the computer responds to your input.
****possible translation****

I think that might be it.

*peace*

Meg.
Reply
#5
no
i wanan create a chat bot like alice
url=http://www.checkdomain.org]CHECKDOMAIN[/url]
BOASTOLOGY.COM TEH BEST BLOG SYSTEM IN THE WEB SOON COMING WITH NEW TEMPLATES AT BOASTMACHINE.COM

we aren't asscoiated with bnsoft.net
Reply
#6
Oh. So
Quote:[you] want to create a chat-bot (so you can talk to your computer)
?
Reply
#7
Put some effort into typing and show a little respect, then maybe someone will help you out.

Meg's been nice and more helpful that I'd be thus far, and show some appreciation for it.
·~¹'°¨°'¹i|¡~æthérFòx~¡|i¹'°¨°'¹~·-
avinash.vora - http://www.avinashv.net
Reply
#8
Meh, I was kinda rude with my very unhelpful first reply. My honest opinion is that a full AI chatbot is a huge endeavor and if you don't have any clue where to even start a project like this, it's doomed to fail before you even begin.

ALICE is pretty cool cool.
Reply
#9
Here i got a simple code i can do:
CLS
PRINT "ChatBot v0.1";
PRINT
INPUT "Hello"; inp$
IF inp$ = "hello" THEN GOTO pr ELSE PRINT "What do you mean?"
pr: PRINT "Hi,"


INPUT "how are you"; inp2$
IF inp2$ = "fine" THEN GOTO pr2
END

pr2: PRINT "That's nice"
url=http://www.checkdomain.org]CHECKDOMAIN[/url]
BOASTOLOGY.COM TEH BEST BLOG SYSTEM IN THE WEB SOON COMING WITH NEW TEMPLATES AT BOASTMACHINE.COM

we aren't asscoiated with bnsoft.net
Reply
#10
You might want to take a look at other qb chat bots such as Eliza http://www.petesqbsite.com/reviews/misc/eliza.html and others found in the ABC archives.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)