Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Latent Semantic Indexing?

Is there any open source implementation of LSI in Java? I want to use that library for my project. I have seen jLSI but it implements some other model of LSI. I want a standard model.

like image 599
avd Avatar asked Nov 17 '09 04:11

avd


1 Answers

Have you considered LDA (Latent Dirichlet allocation)? I haven't really either, but I encountered the same problem with LSI recently (patents). From what I understand LDA is a related/more powerful technique. http://en.wikipedia.org/wiki/Latent_Dirichlet_allocation apparently has some links to open-source implementations.

like image 110
Toshio Nakamura Avatar answered Sep 28 '22 12:09

Toshio Nakamura