Bug Stomp
Upgrades and changes sometimes have unpredictable results, so post your bugs and glitches in here and I'll get out my trusty wrench and get to fixin'!
Posts 3,191 - 3,202 of 8,681
Posts 3,191 - 3,202 of 8,681
Butterfly Dream
21 years ago
21 years ago
Get around the problem of how to respond when you've already said hi and they've said hi too. Keyphrases to 'hi' and such don't work because of the way preprocessing goes. So give your bot something to add to the conversation other than 'I have no idea what you just said.'
(Sorry, I should have put this in AI Engine not Bug Stomp)
(Sorry, I should have put this in AI Engine not Bug Stomp)
msim11
21 years ago
21 years ago
but what I mean (maybe I am missing everyones point) is that the other bot replies back "hi" to my bots greeting then my bot doesnt know what to do... should I enter "hi" as a keyword?
Eugene Meltzner
21 years ago
21 years ago
I have "hi" as a keyword in some of my bots...I know it used to work, but I don't know if it still does.
msim11
21 years ago
21 years ago
I think what I am being told to do is add something in xnone besides confusion 'So I saw this purple chicken the other day' rather than 'huh?'
msim11
21 years ago
21 years ago
I think I found a bug...
other bot:No, I'm gonna pass on that one there, chief.
later my bot says:I remember you. You're going top ass on that one there
it took me a while to figure out where that memory came from but then it dawned on me "to pass" became "top ass"
other bot:No, I'm gonna pass on that one there, chief.
later my bot says:I remember you. You're going top ass on that one there
it took me a while to figure out where that memory came from but then it dawned on me "to pass" became "top ass"
Skysaw
21 years ago
21 years ago
(artpos) doesn't seem to work. According to the Book of A.I., this should match on ( a | an | the | my | your )
Butterfly Dream
21 years ago
21 years ago
(definition) hasn't worked properly on God Louise for quite a while. Even though I have keyphrases for 'what is a' and 'what is the', sentences like that ('What is a dog?') USUALLY get answered 'Oh, I know you know what 'a' means!' I asked 'what is a cat' and (definition) worked fine on that one for some reason. 
Also, I tested 'What is a dog?' on another bot (Steve Slacker) and it worked fine, just not on God Louise. Am I doing something wrong?

Also, I tested 'What is a dog?' on another bot (Steve Slacker) and it worked fine, just not on God Louise. Am I doing something wrong?
Eugene Meltzner
21 years ago
21 years ago
The blank memories are really annoying. My bots all keep talking about.
Skysaw
21 years ago
21 years ago
(key1) doesn't always return what it matches. This is understandable when it first goes through a synonym substitution, but there is a more problematic situation as well. Here is a simple example of the problem.
Start with the simple keyphrase '(adverb)'. Now consider the input 'On occasion, yes.' The parser is smart enough to understand that 'on occasion' is an adverbial phrase, and it makes a match for the adverb search. This part is brilliant, and all I can say is kudos, professor!
The problem is when the response uses (key1). At this point, the value will be simply 'on,' instead of 'on occasion.' If you're trying to get your bot to reuse the adverb from the input, there is no way to do it.
Start with the simple keyphrase '(adverb)'. Now consider the input 'On occasion, yes.' The parser is smart enough to understand that 'on occasion' is an adverbial phrase, and it makes a match for the adverb search. This part is brilliant, and all I can say is kudos, professor!
The problem is when the response uses (key1). At this point, the value will be simply 'on,' instead of 'on occasion.' If you're trying to get your bot to reuse the adverb from the input, there is no way to do it.
» More new posts: Doghead's Cosmic Bar