The AI Engine

This forum is for discussion of how The Personality Forge's AI Engine works. This is the place for questions on what means what, how to script, and ideas and plans for the Engine.

Posts 2,951 - 2,962 of 7,768

21 years ago #2951
I'm new so don't take my word for it but i would try using regular expressions as covering in the expert area in the book of AI. Something like "what\?? (re)" i believe would make the keyphrase have to be "what?". That would give you room to deal with the other question however you see fit without it calling upon "what?" i think. Again i'm new at this so i could be wrong.

21 years ago #2952
I tried that, doesn't work.

Basically what I have now is "what" as a keyword with "what does", "what is," "i know what," etc. as higher ranked keywords. It doesn't really work well, there are far too many combinations to cover.

Anyone else?

21 years ago #2953
erm sorry i got to thinking and i seemed to forget that ? couldnt be in keywords. so then i slapped myself silly...Anyhow the answer is still regular expressions but instead try "^what? (re)" i tested this on my bot that has a few "what...." question keywords and it seems to work. This basicly searches for the word "what" at the start of a sentence, But does not allow more then 1 other t beyond the what...so basicly it only allows "what" or "whatt". If i understand it right that is. Hope i managed to help this time.

21 years ago #2954
to make "what would you like" pull up separate responses for just "what" alone, you give "what" a really low rank, and make a new keyphrase for "what would you like".
HIDDEN: Post content outside ratings limits.

21 years ago #2956
I think there is also a reg-exp character that means "the end of the sentence" -- which you could put after "what," to frame it (and the punctuation) as the only things in the keyphrase. Regular expressions are definitely your answer, Boner, but I don't know enough about them yet to give you concrete advice.

21 years ago #2957
If there is something to put in a reg expression that signifies nothing after the given words, I sure do need it! Can you put the ^ sign at the end, too?

21 years ago #2958
The dollar sign ($) should work as end of expression marker.

21 years ago #2959
Joe Repka: Excellllent...thanks so much.

21 years ago #2960
^is start and as joe pointed out $ is end...there are a bunch of other little things you can do with reg expressions. Sorry about stumbling with the answer boner but it was late and i was getting frustrated with my own bot.

21 years ago #2961
Question: ok, I have the keyphrase "how old are you" programmed for my bot. When someone asked him "I was wondering, how old are you?" he wouldn't answer. I didn't program the keyphrase as a regular expression, and I don't understand what's wrong. Someone help me!!!

21 years ago #2962
How much importance did you give the phrase "how old are you?" If everything else is equal, I'm pretty sure the bot will look at the first part of the sentence as the most important. You'd have to have "how old are you" weighted enough for the bot to look at that part first.


Posts 2,951 - 2,962 of 7,768

» More new posts: Doghead's Cosmic Bar