apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.58k stars 1.01k forks source link

some improvements about the latent semantic search, more details are in Description part [LUCENE-4458] #5524

Open asfimport opened 11 years ago

asfimport commented 11 years ago

Hi,all,Recently I invented a new ranking algorithm inspired by the theory of spread activation and probabilistic model, which can find the latent semantic relationship between docs and terms and is almost linear time, and I took one afternoon to code and implement this algorithm. And the testing result shows that the speed of this algorithm is much faster than the famous Latent Semantic Analysis algorithm, and the affect is almost as good as the LSA. I wanna share my idea to all of you and add this algorithm to the Lucene project.


Migrated from LUCENE-4458 by wang jianping, 1 vote

asfimport commented 11 years ago

Otis Gospodnetic (@otisg) (migrated from JIRA)

wang jianping - sounds good! Please have a look at http://wiki.apache.org/lucene-java/HowToContribute .