Re: [Tutor] Inverted Index Algorithm

2006-03-31 Thread Danny Yoo
> The next step would be to introduce an index. I think again, the > simplest thing that could possibly work would be a literal index of > every word and every document in which it appears. This would save > processing time, but wouldn't be very intelligent. Yes, that's right, that's the idea

Re: [Tutor] Inverted Index Algorithm

2006-03-31 Thread Steve Nelson
On 3/31/06, Kent Johnson <[EMAIL PROTECTED]> wrote: > Steve Nelson wrote: > > Do you need help getting started with Python or with inverted indexing > in particular? Sorry - I should have been clearer. I'm reasonably confident in Python, and if I get stuck with that side of things will ask for he

Re: [Tutor] Inverted Index Algorithm

2006-03-31 Thread Kent Johnson
Steve Nelson wrote: > Hello All, > > I've been reading about "Inverted Indexing" - I'd like to try to write > something in Python that illustrates the concpet, as I've got to give > a presentation about it. > > Where would be a good place to start? Do you need help getting started with Python or