Re: tfIdf weights

2009-02-01 Thread dipesh
with the weight //.. } } regards, Dipesh On Mon, Feb 2, 2009 at 2:06 AM, Rehan Abdulaziz wrote: > Hi, > Is it possible to retrieve the tfidf weights (or relative weight calculated > from any formula) instead of simple term frequencies through > getTermFreqVector()? I am mor

tfIdf weights

2009-02-01 Thread Rehan Abdulaziz
Hi, Is it possible to retrieve the tfidf weights (or relative weight calculated from any formula) instead of simple term frequencies through getTermFreqVector()? I am more interested in knowing the relative weight of each term in each field rather than just the frequency of terms. Thank you very