Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
software:rewsenseclusters [2010/11/04 15:32]
eapontep created
software:rewsenseclusters [2010/11/09 10:43]
eapontep
Line 3: Line 3:
 ==== General ==== ==== General ====
  
-  * It is a package for Perl+  * This package contains several libraries to implement algorithms related to semantics spaces, etc. The author intended to create a library easy to modify and for research! 
 +  * The libraries are written in Java.
   * [[http://search.cpan.org/~tpederse/Text-SenseClusters-1.01/Toolkit/README.Toolkit.pod| Documentation]]   * [[http://search.cpan.org/~tpederse/Text-SenseClusters-1.01/Toolkit/README.Toolkit.pod| Documentation]]
   * [[http://search.cpan.org/~tpederse/Text-SenseClusters-1.01/doc/INSTALL.pod|Installation Manual]]   * [[http://search.cpan.org/~tpederse/Text-SenseClusters-1.01/doc/INSTALL.pod|Installation Manual]]
-  + 
 +==== Installation ==== 
 + 
 +  You will need first to install svn. Check [[http://wiki.greenstone.org/wiki/index.php/Install_SVN_on_Linux|here]] for a tutorial. 
 +    * To make a quick installation (without building manually the required libraries). First check if you have apache2. In other case.<file bash>sudo apt-get install apache2</file bash> 
 +    *  
 +  * The first step is to download the code: <file bash> svn checkout http://airhead-research.googlecode.com/svn/trunk/sspace sspace-read-only </file>