[racket] Need some help for my first real experiment with scheme

From: Pedro (pedro100 at gmail.com)
Date: Mon Apr 23 10:18:52 EDT 2012

Ok, thank you all  for the input, however I'm still missing an important detail.
So I build a suffix tree, but how exactly do I refer to the target documents?
Should I tie a reference to each document in which the string occurs
to each node? I can't think of other way to do it.



On Fri, Apr 20, 2012 at 4:09 PM, Hendrik Boom <hendrik at topoi.pooq.com> wrote:
> On Wed, Apr 18, 2012 at 08:54:54PM +0200, Pedro wrote:
>> So to put it in a simple way, I need to tokenize all my data and
>> create an index which I load into memory...?
>> Is this how it is usually done? For example, does my browser (firefox)
>> keep an index of all the words present in urls and page titles on
>> memory at any given time?
>
> Probably not.  But Google probably does.
>
> -- hendrik
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.