Newcomers
This is a forum for newcomers to the Personality Forge. Many questions can be answered by reading the Book of AI and the FAQ under the "My Bots" link in the upper corner.
Posts 3,343 - 3,354 of 8,130
something like "blush[a-z] (re)" with "raw" in the AIScript box
blush([a-z]+|) (re) would be better - without the + it will only match one letter after the root, and without the | it wouldn't match "blush" itself, since a suffix would be mandatory.
I would actually probably favourblush([abcdefghijklmnopqrstuvwxyz]+|), because I've had occasional problems with ranges - the AI Engine can be a bit iffy. And yes, it will only work in raw mode.
Posts 3,343 - 3,354 of 8,130
Many questions are answered in the FAQ.
Wolf Child
19 years ago
19 years ago
I have a question. How could I make my bot choose between two things like-
'Do you like (*) or (*) better?'
Would that work or can you not use two wildcards in one keyphrase?
'Do you like (*) or (*) better?'
Would that work or can you not use two wildcards in one keyphrase?
Boner the Clown
19 years ago
19 years ago
There's more than one way to skin a cat with these keyphrases.
You should be able to use two wildcards. Or you could use something like Do you like (noun) or (noun) better as well. I'd probably use you like (adjartnoun) or (adjartnoun) (more|better) myself, just to catch a few extra possibilities without exposing the bot to too many blunders.
You should be able to use two wildcards. Or you could use something like Do you like (noun) or (noun) better as well. I'd probably use you like (adjartnoun) or (adjartnoun) (more|better) myself, just to catch a few extra possibilities without exposing the bot to too many blunders.
MickMcA
19 years ago
19 years ago
I just discovered that base form reduction doesn't seem to work on singular/plural. I have a variety of animals in KeyPhrases, and I get matches for the singular, which is what I put in the phrase, but not for the plural.
For example, I have one specificially to catch "fox." It catches "fox," but it does not catch "foxes." Same thing with verbs. I have a KP for "blush," but it does not get matched by "blushes", even with a Rating of 50.
Do we have to put all forms in the KPs to catch them?
For example, I have one specificially to catch "fox." It catches "fox," but it does not catch "foxes." Same thing with verbs. I have a KP for "blush," but it does not get matched by "blushes", even with a Rating of 50.
Do we have to put all forms in the KPs to catch them?
Ulrike
19 years ago
19 years ago
Unfortunately, the AI Engine does not yet recognize plural vs. singular. So, yes, you do need to cover all your bases. Though I think in raw mode you could probably do something like "blush[a-z] (re)" with "raw" in the AIScript box (someone who uses it more than I do can correct my syntax). This would catch blush. blushed, blushing, blushes...
prob123
19 years ago
19 years ago
Talk about plurals. One of the Chatterbox Challenge questions drove me nuts.
"Have you entered any contests" I realized that I had 'contest' but not 'contests'. SO, cover all your plurals!
"Have you entered any contests" I realized that I had 'contest' but not 'contests'. SO, cover all your plurals!
MickMcA
19 years ago
19 years ago
>> Unfortunately
No problem. It just startled me. Oh well, back to the text editor....
No problem. It just startled me. Oh well, back to the text editor....
psimagus
19 years ago
19 years ago
I would actually probably favour
Ulrike
19 years ago
19 years ago
Ah, I see. I didn't realize the + was necessary to get it to recognize multiple letters.
» More new posts: Doghead's Cosmic Bar