It's not my blog! :D I used some of the ideas in that article http://sujitpal.blogspot.com/2009/03/vector-space-classifier-using-lucene.html in order to perform classification with lucene for my tasks. You can get full access to the source code of the project by typing in the command line:
svn checkout *http*://semanticvectors.googlecode.com/svn/trunk/semanticvectors-read-only Or you can access the trunk directly by the url http://semanticvectors.googlecode.com/svn/trunk/ On Tue, May 24, 2011 at 3:22 AM, Diego Cavalcanti <[email protected] > wrote: > Hi Yiannis, > > Thank your for your reply. > > Yes, I'm referring to project Semantic Vectors. Before sending the previous > email, I read the project API and noticed that its most classes don't > contain public methods, so that we cannot use the project programmatically > (only by command line). > > I've seen your blog, but I haven't found any post about semantic indexing > in > Lucene. Can you point that for me, please? > > Thanks, > -- > Diego > > > On Mon, May 23, 2011 at 21:17, Yiannis Gkoufas <[email protected]> > wrote: > > > 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 < > > [email protected] > > > 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 > > > > > >
