[alicebot-developer] Help, Need A.L.I.C.E Web page Spider

mehri foreverlinux at yahoo.com
Mon Jun 12 19:27:56 PDT 2006


You're trying to solve the below problem set?

-----------------

1. The spider crawls a page examining the text of each
sentence.

2. Then using a grammatic parser it will reformulate
that sentence data into possible patterns and
responses to be entered as data in the AIML file.

3. Then it will format this into a standard AIML file
and allow you to save this code or copy and paste it
to another source

-----------------


I'll tell you one way to do what you want and I'll
tell you for free.

You know C and C++?

Here is a cross platform solution using those two
languages.


1) Download and use libwwww
http://www.w3.org/Library/User/Architecture/

That is going to be your web bot that is going to
traverse the web and download text.  The instructions,
samples, and api to link to it is on that website. 
They've already written several web bots for you.

So that solves #1.


2) Download and use link grammar:
http://www.link.cs.cmu.edu/link/

This will categorize the words of the sentence into
nouns, verbs, articles, etc...  

Use this to solve #2.


3) Write out your AIML by rearranging the text from
the link grammar.  

QED

Good luck regardless of the path you choose to
implement.  


--- Ty Ademosu <tyademosu at hotmail.com> wrote:

> 
> That's what I can afford thanks.
> --
> View this message in context:
>
http://www.nabble.com/Help%2C-Need-A.L.I.C.E-Web-page-Spider-t1720827.html#a4837612
> Sent from the Alicebot Developer forum at
> Nabble.com.
> 
> _______________________________________________
> alicebot-developer mailing list
> alicebot-developer at list.alicebot.org
>
http://list.alicebot.org/mailman/listinfo/alicebot-developer
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the alicebot-developer mailing list