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 <[email protected]> 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 ____________________ Racket Users list: http://lists.racket-lang.org/users

