Help regarding an Algo.

2007-04-13 Thread sai hariharan
Hi to all, I've an algortihm thats given below, can anybody help me implementing it. Any sort of suggestion will be appreciated. I've finished removing stop words, calculating term frequencies with Lucene. The rest of the part is not quite clear. I'm working only on the English part. 3.2.3

Re: Term frequency

2007-04-12 Thread sai hariharan
indexing. See the Field constructors. To get a Term Vector out, see IndexReader.getTermFreqVector method. -Grant On Apr 11, 2007, at 3:23 PM, sai hariharan wrote: Hi, I've just started using Lucene. Can anybody assist me in calculating the term frequencies of the terms(words) that occur

Term frequency

2007-04-11 Thread sai hariharan
Hi, I've just started using Lucene. Can anybody assist me in calculating the term frequencies of the terms(words) that occur in a document(*.txt), when a particular doc is submitted. Say when i submit sample.txt , i should first analyze the document with a standard anlyzer, then the term

StopAnalyzer- Stop List Words

2007-04-10 Thread sai hariharan
Hi, Where can i find the list of words that is used for removal of common English words by StopAnlayzer ? Can i add additional words to the stop list ? Regards, -- சாய் Hari