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:55]
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 the very last point before starting this tutorial.+**Please read the very last point before starting this tutorial.**
  
-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 help 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.+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: ==