But recently I found this link quite h开发者_如何转开发elpful to understand the principles of LSA withouttoo much math.http://www.puffinwarellc.com/index.php/news-and-articles/articles/33-latent-seman
The goal is to assess semantic relatedness between terms in a large text corpus, e.g. \'police\' and \'crime\' should have a stronger semantic relatedness than \'p开发者_StackOverflow中文版olice\' and
I want to use Latent Semantic Analysis for a small app I\'m building, but I don\'t want to build up the matrices myself. (Partly because the documents I have wouldn\'t make a very good training collec
I am using Latent semantic analysis for text similarity. I have 2 questions. How to select K value for dimention reduction?
I am sorry, if my question sounds stupid :) Can you please recommend me any pseudo code or good algo for LSI implementation in java?
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 sta开发者_高级运维ndard model.Ha