Hi Diego, Are you referring to that project--> http://code.google.com/p/semanticvectors/ ? If yes , then documentation exists here http://semanticvectors.googlecode.com/svn/javadoc/latest-stable/index.html . Also I think this blog might interest you --> http://sujitpal.blogspot.com/ and the project related to it ---> http://jtmt.sf.net/
BR, Yiannis On Tue, May 24, 2011 at 3:09 AM, Diego Cavalcanti <di...@diegocavalcanti.com > wrote: > Hello, > > I have a project which indexes and scores documents using Lucene. However, > I'd like to do that using semantic indexing (LSI, LSA or Semantic Vectors). > > I've read old posts and some people said that Semantic Vectors plays well > with Lucene. However, I noticed that its classes are used only by command > line (throw method main) instead of by API. > > So, I'd like to know if anyone can suggest any other approach so that I > could use semantic indexing in Lucene. > > Thanks, > Diego >