Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Demo of Rebol powered "Knowledge Bot"

 [1/3] from: tbrownell::shaw::ca at: 18-Feb-2002 15:31


Hello again. Well, after much needed sleep and piece of mind, I'm back at it :) As you may or may not know, I've built a rebol powered "Knowlege Bot" that can read and more importantly, comprehend, at least in a fuzzy logic kind 'o way. As an experiment, I told our Rebol driven bot, LFReD, to read just the Introduction paragraph of "A Quick Introduction to Rebol Scripting" document on the rebol site. A feat requiring about 100 ms. With no human intervention, (other than teaching LFReD what "Rebol" is and changing a corresponding pronoun "we"), it's now able to answer any questions relating to that brief introduction. But not only the obvious boolean related ones, but more obscure queries such as... What relationship does Rebol have with Toto? (My personal favorite :) Can Rebol deal with my spam? What relationship does Rebol have with Netscape Navigator? Is Rebol easy? How does Rebol HQ appear? Is Rebol a large company? Can Rebol handle client issues? What if I've been putting Rebol off? Where can i find more Rebol references?" Try it for yourself, just enter your question in the text box on the top of our homepage www.LFReD.com It even pops up the page whenever anyone makes reference to the last paragraph eg: "rebol tutorial". Imagine if LFReD was to crawl the whole site. Of course this is possible, but would require teaching it things like datatypes, IOS, etc. Perhaps one day :) T Brownell

 [2/3] from: joel:neely:fedex at: 18-Feb-2002 21:03


Hi, Terry, I'd be interested to try it, but when I go to the site I get a "broken image" graphic on the top right section of the page. I'm using Netscape Communicator 4.73. Does the tag <META content="MSHTML 6.00.2712.300" name=GENERATOR> indicate that you're using some sort of Redmond product to create your pages? Terry Brownell wrote:
> Try it for yourself, just enter your question in the text box > on the top of our homepage www.LFReD.com >
-- ; sub REBOL {}; sub head ($) {@_[0]} REBOL [] # despam: func [e] [replace replace/all e ":" "." "#" "@"] ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} print head reverse despam "moc:xedef#yleen:leoj" ;

 [3/3] from: tbrownell:shaw:ca at: 19-Feb-2002 1:14


Uses a floating frame, don't know if Netscape supports that yet. Do they still make netscape? :) TB