Re: getting the number of occurrences within a document

2005-04-14 Thread Andy Roberts
On Thursday 14 Apr 2005 15:15, Pablo Gomes Ludermir wrote: > Hello all, > > I would like to get the following information from the index: > > 1. Given a term, how many times the term occurs in each document. > Something like a triple: > < Term, Doc1, Freq> , , , ... > > Is possible to do that? > >

Re: getting the number of occurrences within a document

2005-04-14 Thread Paul Libbrecht
Le 14 avr. 05, à 17:15, Pablo Gomes Ludermir a écrit : I would like to get the following information from the index: 1. Given a term, how many times the term occurs in each document. Something like a triple: < Term, Doc1, Freq> , , , ... Is possible to do that? Luke did this to my index with good s

RE: getting the number of occurrences within a document

2005-04-14 Thread Pasha Bizhan
Hi, > From: Pablo Gomes Ludermir [mailto:[EMAIL PROTECTED] > I would like to get the following information from the index: > > 1. Given a term, how many times the term occurs in each document. > Something like a triple: > < Term, Doc1, Freq> , , , ... > > Is possible to do that? See IndexRead

getting the number of occurrences within a document

2005-04-14 Thread Pablo Gomes Ludermir
Hello all, I would like to get the following information from the index: 1. Given a term, how many times the term occurs in each document. Something like a triple: < Term, Doc1, Freq> , , , ... Is possible to do that? Regards, Pablo -- Pablo Gomes Ludermir [EMAIL PROTECTED]