> http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=3Dwebcr=
awler.r
> > Is rebol good to do web mining? I have a site that does analysis for=20
> > stocks
> > and options. I want to automate the lookup and retrieval of the anal=
ysis
> > and put it in a database or text file. Does anyone have a suggestion=
for
> > this project? Thanks
IMHO, Rebol is an excellent choice provided that you don't need statistic=
al
computations to enchance your results. Simple parsing for string patterns
can be easily done with 'parse.
However, there is a problem with statistial analysis needed to implement=20
such features as like keyword and phrase extraction or n-gram and HMM mod=
els=20
simply becouse Rebol lacks proper functions and libraries (eg. chi-square=
tests).
Cheers,
PG
--=20
<< Pawe=B3 Gawro=F1ski *** [EMAIL PROTECTED] >>
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.