On 4/13/05, Kevin Wise <[EMAIL PROTECTED]> wrote: > Is rebol good to do web mining? I have a site that does analysis for stoc= ks
Web mining typically would involve unstructured data. That typically translates into good string manipulation functions. REBOL's parse may serve your purposes. However, I'm not sure if it's as mature (and complete) as regexps (Perl, Python, Ruby, etc.). > and options. I want to automate the lookup and retrieval of the analysis > and put it in a database or text file. Does anyone have a suggestion for > this project? Thanks >=20 > Kevin >=20 > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 Premshree Pillai http://www.livejournal.com/users/premshree/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
