Re: problem in reading an index

2007-03-22 Thread karl wettin
23 mar 2007 kl. 02.09 skrev Daniel Noll: Maryam wrote: Hi, I have written this piece of code to read the index, mainly to see what terms are in each document and what the frequency of each term in the document is. This piece of code correctly calculates the number of docs in the index, but I d

Re: problem in reading an index

2007-03-22 Thread Daniel Noll
Maryam wrote: Hi, I have written this piece of code to read the index, mainly to see what terms are in each document and what the frequency of each term in the document is. This piece of code correctly calculates the number of docs in the index, but I don’t know why variable myTermFreq[] is nul