PDA

View Full Version : New OOP Search engine POC


docbucey
09-28-2008, 06:05 PM
well Im starting to work on a search engine that uses a OOP type set up actually an avatar or game style intere face thing is I can get alice to take a string but im having a hard time getting it to break that string down into componinets IE: User inputs; What is Ecoli?
Alice program stores; word1= what word2= is word 3 = ecoli

if anyone has some ideas let me know

DrJim
09-29-2008, 07:21 AM
break that string down into componinets IE: User inputs; What is Ecoli?
Alice program stores; word1= what word2= is word 3 = ecoli


This isn't something Alice does very well - in fact not at all within the context of the program itself.

You might take a look at http://www.alice.org/community/showthread.php?t=1395&page=2&highlight=script for some ideas for doing this with Alice's scripting capabilities. However, be forwarned that these capabilities are not fully developed in version 2.0 (they were really "left over" from ver. 1.0) and remain quite buggy.

docbucey
09-30-2008, 07:10 AM
thanks for the feed back ill check it out