Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:rewsemvector [2010/10/31 13:46]
eapontep
software:rewsemvector [2010/11/01 14:07] (current)
Line 1: Line 1:
 ==== General ==== ==== General ====
 +
 +**SemanticVectors: Still in development and maintenance. It seems to be a nice possibility. However there are several problems with the compatibility of Lucene and SV.** 
 +
 +
 +  *  Written in Java 
 +  *  Good sponsored!
 +  *  Uses a Random Projection Algorithm
 +  *  Doesn't use SVD!!
 +  *  [[http://groups.google.com/group/semanticvectors|An small community]]:
 +  *  [[http://semanticvectors.googlecode.com/svn/trunk/doc/index.html|Documentation available]]
 +  *  [[http://code.google.com/p/semanticvectors/wiki/InstallationInstructions|Installation Guide availabe]]
 +  *  You NEED [[http://lucene.apache.org/|Lucene3.X]] (a Java library to performe text-search)
  
 ==== Installation Instruction ==== ==== Installation Instruction ====
  
-**  Please read point 2.6 Before starting with these instructions.+**Please read the very last point before starting this tutorial.**
  
-**  Before installing SemanticVectors you WILL need Lucene (a library for java to search text).+This is an installation tutorial for dolts like me, that means, I wrote it after fighting for hours with my lack of intelligence. I hope it helps you to install SemanticVectors quickly. You might need several things before installing SV, in particular a java developer kit, a building tool (ant) and Lucene, a library to search text. Everything is documented in this tutorial.
  
 == Install Lucene: == == Install Lucene: ==
Line 36: Line 48:
   -  Reboot your Computer.   -  Reboot your Computer.
   -  By now every thing should be working. Go to the directory where you ran lucene. Run the following command: <file bash>java pitt.search.semanticvectors.BuildIndex {location in your computer}/bible_chapters/index/</file>   -  By now every thing should be working. Go to the directory where you ran lucene. Run the following command: <file bash>java pitt.search.semanticvectors.BuildIndex {location in your computer}/bible_chapters/index/</file>
-  -  Now you are ready to use SemanticVectors. In this point I realized that there is a (probably) very serious bug. Since lucene is constantly actualized and SV depends on Lucene, there are several compatibility issues between both. In particular, a class form Lucene has been deprecated in the last version. I checked in the official community and there are not answers to this issue, although others have reported the same problem. Maybe a I get some feedback regarding this problem. Otherwise an older version of the software would be necessary.+  -  Now you are ready to use SemanticVectors. In this point I realized that there is a (probably) very serious bug. Since lucene is constantly actualized and SV depends on Lucene, there are several compatibility issues between both. In particular, a class form Lucene has been deprecated in the last version. I checked in the official community and there are not answers to this issue, although others have reported the same problem. Maybe a I get some feedback regarding this problem. Otherwise an older version of the software will be necessary. 
 + --- //[[eapontep@uos.de|Eduardo Aponte]] 2010/10/31 13:49//