Latent Semantic Analysis/Indexing Library for C++

2.7k Views Asked by At

Is there a C++ library for LSA/LSI? Preferably MIT, BSD, Apache,... license - no GPL.

1

There are 1 best solutions below

2
On

There are several C/C++ implementations of Latent Diriclet Allocation (LDA), Latent Semantic Analysis (LSA) and Topic Modelling listed on David Blei's page. http://www.cs.columbia.edu/~blei/topicmodeling.html and on Berry and Dumai's page http://web.eecs.utk.edu/research/lsi/

Here's a short-list of C/C++ implementations:

If you like a python version with tutorial: see http://www.puffinwarellc.com/index.php/news-and-articles/articles/33-latent-semantic-analysis-tutorial.html?showall=1