|
| Author |
Message |
Tinytux Newbie

Joined: 04 Jun 2006 Posts: 12
 
|
Posted: Sun Jun 04, 2006 3:23 pm Post subject: Juggernaut Brain |
|
|
| Is there a blab brain for juggernaut? |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sun Jun 04, 2006 5:12 pm Post subject: |
|
|
Yes, it's called Nexus.
Actually, it's not the actual Blab brain, but the way it works is quite similar... it learns from conversation and (tries to) send appropriate replies back if it remembers it from an earlier convo.
Pretty much, the brains that came with Juggernaut are all the ones available for it (I made one that used Chatbot::Alpha a year or so after I quit with Juggernaut, but other than that...)
But you can view the sources of the files in the "brains" folder to get a feel for how they work and create your own brain that would use Blab or something.  _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
Tinytux Newbie

Joined: 04 Jun 2006 Posts: 12
 
|
Posted: Sun Jun 04, 2006 5:16 pm Post subject: |
|
|
Does Blab Save the words? or just remember them from a last conversation?
Because if it saves them. thats what i want but i dont want it to save rude/nasty words for little children  |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sun Jun 04, 2006 6:04 pm Post subject: |
|
|
Yeah, Nexus and Blab both save replies to a file.
Nexus is programmed to ignore users who swear or say other bad words in their messages. Edit ./subroutines/curses.pl to edit the list of words that it won't learn responses with. _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
Tinytux Newbie

Joined: 04 Jun 2006 Posts: 12
 
|
Posted: Mon Jun 05, 2006 3:27 pm Post subject: |
|
|
How does Nexus learn? it wont learn anything for me. i talk to it and i reopen conversation and it wont learn.
Anyway to import the "Eliza" Words in and then it will carry on learning from that?
Becuase learning is a fun way to make the bot Intelligance. within a couple of months it will be intelligance alot more than it was before depending on how many people talk to it.
I'm talking to it. dont seem to learn so if you can help me out in why it wont learn OR does it take time to learn? then please do
Cheers. |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Mon Jun 05, 2006 6:18 pm Post subject: |
|
|
When you set up its Brain: to use Nexus, did you set the Replies: to point to a path for a text file? Nexus stores its entire database in one flat text file, so "Replies:" should be something like "./replies/nexus.txt" (the txt file doesn't have to exist yet) and it will save things to that file. If you open the file later you'll see the things it's learned since it constantly writes its replies there. _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
|