. But
how?? Please reply as soon as possible.
Thanking You,
Yours Sincerely
Nitin Gopi
hi all,
Can somebody help me to figure out how can I use "jama svd package" to
apply LSA to the "term document vector" produced by lucene?
Yours Sincerely,
Nitin
hi all,
I want to know everything about semantic vectors. I want to know how
does it indexes the documents such that the results produced are
semantically better than normal search. I also want to know how it is
different from semantic web, which uses the concept of ontologies and
metadata.
hi you should add classpath of both lucene demo jar file and lucene core jar
file .
then run the command to build the index
final step is to run the command to search files
nitin
On Fri, Mar 20, 2009 at 6:05 PM, Uwe Schindler wrote:
> As I know, the demos are not compiled by default in the rel
xing and is based on Lucene's term-vectors.
>
> paul
>
>
> Le 18-mars-09 à 07:09, nitin gopi a écrit :
>
>> hi all , has any body tried to use LSI(latent semantic indexing) for
>> indexing in lucene?
>
>
---
hi all , has any body tried to use LSI(latent semantic indexing) for
indexing in lucene?
-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org
hi all, i am having error in my code. the line giving error is bold in the
code.the error is cannot find symbol.
thank you
nitin
import java.io.File;
import java.io.FileReader;
import java.io.Reader;
import java.util.Date;
// import org.apache.lucene;
import org.apache.lucene.analysis.Analyze
th",textFiles[i].getPath()));
Thanks,
Nitin Gopi
On Fri, Mar 6, 2009 at 11:01 AM, Ganesh wrote:
> Hello gopi,
>
> My comments.
>
> if(textFiles[i].isFile() > textFiles[i].getName().endsWith(".txt")){
>>
> && should be used.
>
> *documen
exWriter.optimize();
indexWriter.close();
long endTime = new Date().getTime();
System.out.println("It took " + (endTime - startTime)
+ " milliseconds to create an index for the files in the
directory "
+ fileDir.getPath());
}
}
Regards ,
Nitin Gopi
hi all, I want to modify the indexing process lucene to suit my application.
I partially read the book LUCENE IN ACTION but it contains no information to
extract the term document matrix. I want to apply LSI to the indexed
document. Please somebody help me out.
regards
nitin
Hi all
Can anybody tell me which class and its methods are used to create term
document matrix in lucene?
Regards,
Nitin
Hello all,
I want to know what algorithm lucene uses for indexing documents.
Can I use lucene in my application with my own algorithm for indexing?
regards,
Nitin Gopi
0.jar" .
I want to index a web document and see the result after searching.
Regards
Nitin
On Sun, Jan 25, 2009 at 5:47 AM, Grant Ingersoll wrote:
> Can you share the steps you have taken? The actual commands, that is.
>
> -Grant
>
>
> On Jan 24, 2009, at 2:33 PM, nitin gop
Hello , I have recently started downloaded lucene. This is the first time i
am using lucene.My project is to add LSI(Latent Semantic Indexing) to the
indexing method of the lucene, to improve the indexing of documents.
I first want to index some webpages and see how does search work
in
Hello , I have recently started downloaded lucene. My project is to add
LSI(Latent Semantic Indexing) to the indexing method of the lucene, to
improve the indexing of documents. I am totally new into this field. Please
help me in this matter and guide me how to proceed in the right direction. I
fir
15 matches
Mail list logo