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,954 - 2,965 of 7,767

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.

21 years ago #2963
You guys rock. The keyphrase "^what$ (re)" seems to do the trick.

I imagine it should work for "really?," "whatever," and some of the other usual one word responses, but not expressions like "ok" or "huh?"

Definitely a good start.

21 years ago #2964
I_have_arrived-
I think if you check debug, the phrase "I was wondering, how old are you?" is getting switched to "I was wondering, how old YOU ARE?" If I recall correctly, this was a recent upgrade to actually catch the reverse of your situation since the phrase "I was wondering" normally changes a question phrase to a statement when we say it. I recommend either chalking this one up to an odd phrasing by the guest or using a keyword phrase like "how old * you" or adding "how old you are" to the list.

21 years ago #2965
boner it should work for any exact phrase... all its doing is saying ^= start of sentence and $= end...so yeah it should work well for any one word response.

I have arrived you might want to try "how old are you$ (re)" that might catch all of em...unless of course someone says something like "how old are you? you never said."


Posts 2,954 - 2,965 of 7,767

» More new posts: Doghead's Cosmic Bar