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 4,141 - 4,152 of 8,131
Can one use plug-ins inside regular expressions
Since the regex shoud be processed raw I don't think it will work, I got this from the book of AI
DRAWBACKS TO RAW MODE
While raw mode seems very useful, there are also several drawbacks that you must keep in mind.
Word-Type Wildcards: Word-type wildcards will not work: this includes (noun), (adjartnounprep), (adjective), (verbadvprep), and the rest.
Sentence-Spanning: The second is that the * and (*) wildcards can span sentences. This is useful if you're intending on it, but it can also cause problems if you're not. For example, "i * like you" in raw mode would match "I am hungry. Bonnie is too, just like you."
Unpredictable Keys: Possibly the biggest drawback to raw mode is that (key)s can have unpredictable results. (postkey) will contain everything in the message following the match, including punctuation and any following sentences. If you're good with regular expressions, you can try to cut this off by using (.|,|?|!) to cut it off at the end of the sentence. (prekey) has similar extended reach.
Posts 4,141 - 4,152 of 8,131
Many questions are answered in the FAQ.
coolchimpk
18 years ago
18 years ago
I was wondering that too. And thanks for the chat prob123. The transcript worked, still days before, but it worked.
prob123
18 years ago
18 years ago
Since the regex shoud be processed raw I don't think it will work, I got this from the book of AI
DRAWBACKS TO RAW MODE
Word-Type Wildcards: Word-type wildcards will not work: this includes (noun), (adjartnounprep), (adjective), (verbadvprep), and the rest.
Sentence-Spanning: The second is that the * and (*) wildcards can span sentences. This is useful if you're intending on it, but it can also cause problems if you're not. For example, "i * like you" in raw mode would match "I am hungry. Bonnie is too, just like you."
Unpredictable Keys: Possibly the biggest drawback to raw mode is that (key)s can have unpredictable results. (postkey) will contain everything in the message following the match, including punctuation and any following sentences. If you're good with regular expressions, you can try to cut this off by using (.|,|?|!) to cut it off at the end of the sentence. (prekey) has similar extended reach.
Ulrike
18 years ago
18 years ago
You could use ((adv)|(adj)) without the (re), though. I don't see what making that one raw would gain you, anyway, since the AI Engine would have to process the sentence first to determine whether the word was an adverb or adjective.
coolchimpk
18 years ago
18 years ago
I was trying something to iframe other bots into the browser. If each bot has a plugin for their name with a link to their bot inside then how would this owrk. For example:
Can I talk to * (ASIGRT 1122 Mode for example)
So it will place the link form the bots plugin into the iframe.
Can I talk to * (ASIGRT 1122 Mode for example)
So it will place the link form the bots plugin into the iframe.
coolchimpk
18 years ago
18 years ago
(leftarrow)IFRAME SRC="((Key1))" WIDTH=300 HEIGHT=100(rightarrow)- hope this works
alc003
18 years ago
18 years ago
Wow, haven't been here in a while. Hey everybody...
The ((adv)|(adj)) example doesn't work, since it has double parentheses. (it would be nice though!) I don't think double parentheses won't work unless there are some characters after the first one.
coolchimpk: Cool idea with the iframe, but possibly instead of using a plugin for every bot, you could iframe the google search "I'm feeling lucky" for a bot. Like:
(mem-left)iframe src="http://www.google.com/search?q=site
ersonalityforge.com/directchat.php
(key1)&ie=utf-8&oe=utf-8&btnI=Lucky"(mem-right)(mem-left)/iframe(mem-right)
Just a suggestion.
The ((adv)|(adj)) example doesn't work, since it has double parentheses. (it would be nice though!) I don't think double parentheses won't work unless there are some characters after the first one.
coolchimpk: Cool idea with the iframe, but possibly instead of using a plugin for every bot, you could iframe the google search "I'm feeling lucky" for a bot. Like:
(mem-left)iframe src="http://www.google.com/search?q=site

(key1)&ie=utf-8&oe=utf-8&btnI=Lucky"(mem-right)(mem-left)/iframe(mem-right)
Just a suggestion.
alc003
18 years ago
18 years ago
Success...with some modifications of course. PoC: say 'I want to speak to [bot]' to BobBot. It would make more sense to open a new window with the bot, rather than use an iframe. Of course, that involves adding another step, but it would be possible. (actually less embedded code, but you'd have to make sure the window wouldn't be blocked by popup blockers)
Gossypiboma
18 years ago
18 years ago
Hi everyone,
I am really excited to find a site like this. This post is mainly to say how thankful I am and for everyone to keep up the good work.
I am a senior in high school now, and the good times are nearing an end. I wanted to create a chatbot so the memories will continue on even after high school. I am basing the personality off me, I am a pretty quirky person in real life, but I also wanted to include ideas from the guy group and my cherished varsities from debate. Hopefully, if I do a ok job, other people might also feel the fun I had in highschool.
I just started working on it today, the bot's name is Dwile Flonking, pay him a visit in the future and give me suggestions on improvment.
I also read that Microsoft is also developing AI software... I wish that doesn't succeed because I like this site.
I am really excited to find a site like this. This post is mainly to say how thankful I am and for everyone to keep up the good work.
I am a senior in high school now, and the good times are nearing an end. I wanted to create a chatbot so the memories will continue on even after high school. I am basing the personality off me, I am a pretty quirky person in real life, but I also wanted to include ideas from the guy group and my cherished varsities from debate. Hopefully, if I do a ok job, other people might also feel the fun I had in highschool.
I just started working on it today, the bot's name is Dwile Flonking, pay him a visit in the future and give me suggestions on improvment.
I also read that Microsoft is also developing AI software... I wish that doesn't succeed because I like this site.
» More new posts: Doghead's Cosmic Bar