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
Posts 2,954 - 2,965 of 7,767
ezzer
21 years ago
21 years ago
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".

isaacc
21 years ago
21 years ago
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.
ezzer
21 years ago
21 years ago
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?
Someguy
21 years ago
21 years ago
^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.
I_have_arrived
21 years ago
21 years ago
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!!!
Yoiko
21 years ago
21 years ago
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.
Boner the Clown
21 years ago
21 years ago
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.
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.
Bowchickawowers
21 years ago
21 years ago
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.
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.

Someguy
21 years ago
21 years ago
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."
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."
» More new posts: Doghead's Cosmic Bar